mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 21:40:40 +00:00
Bump lune std crate versions for latest lune-std-datetime
This commit is contained in:
parent
43de7b277a
commit
95b81d65fe
4 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1487,7 +1487,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lune-std"
|
name = "lune-std"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lune-std-datetime",
|
"lune-std-datetime",
|
||||||
"lune-std-fs",
|
"lune-std-fs",
|
||||||
|
@ -1509,7 +1509,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lune-std-datetime"
|
name = "lune-std-datetime"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"chrono_lc",
|
"chrono_lc",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lune-std-datetime"
|
name = "lune-std-datetime"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
repository = "https://github.com/lune-org/lune"
|
repository = "https://github.com/lune-org/lune"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lune-std"
|
name = "lune-std"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
repository = "https://github.com/lune-org/lune"
|
repository = "https://github.com/lune-org/lune"
|
||||||
|
@ -47,7 +47,7 @@ tokio = { version = "1", default-features = false, features = ["fs", "sync"] }
|
||||||
|
|
||||||
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
||||||
|
|
||||||
lune-std-datetime = { optional = true, version = "0.1.0", path = "../lune-std-datetime" }
|
lune-std-datetime = { optional = true, version = "0.1.1", path = "../lune-std-datetime" }
|
||||||
lune-std-fs = { optional = true, version = "0.1.0", path = "../lune-std-fs" }
|
lune-std-fs = { optional = true, version = "0.1.0", path = "../lune-std-fs" }
|
||||||
lune-std-luau = { optional = true, version = "0.1.0", path = "../lune-std-luau" }
|
lune-std-luau = { optional = true, version = "0.1.0", path = "../lune-std-luau" }
|
||||||
lune-std-net = { optional = true, version = "0.1.0", path = "../lune-std-net" }
|
lune-std-net = { optional = true, version = "0.1.0", path = "../lune-std-net" }
|
||||||
|
|
|
@ -70,7 +70,7 @@ reqwest = { version = "0.11", default-features = false, features = [
|
||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
lune-std = { optional = true, version = "0.1.0", path = "../lune-std" }
|
lune-std = { optional = true, version = "0.1.1", path = "../lune-std" }
|
||||||
lune-roblox = { optional = true, version = "0.1.0", path = "../lune-roblox" }
|
lune-roblox = { optional = true, version = "0.1.0", path = "../lune-roblox" }
|
||||||
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue