Bump lune std crate versions for latest lune-std-datetime

This commit is contained in:
Filip Tibell 2024-05-12 18:01:04 +02:00
parent 43de7b277a
commit 95b81d65fe
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1487,7 +1487,7 @@ dependencies = [
[[package]]
name = "lune-std"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"lune-std-datetime",
"lune-std-fs",
@ -1509,7 +1509,7 @@ dependencies = [
[[package]]
name = "lune-std-datetime"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"chrono",
"chrono_lc",

View file

@ -1,6 +1,6 @@
[package]
name = "lune-std-datetime"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"

View file

@ -1,6 +1,6 @@
[package]
name = "lune-std"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MPL-2.0"
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-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-luau = { optional = true, version = "0.1.0", path = "../lune-std-luau" }
lune-std-net = { optional = true, version = "0.1.0", path = "../lune-std-net" }

View file

@ -70,7 +70,7 @@ reqwest = { version = "0.11", default-features = false, features = [
"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-utils = { version = "0.1.0", path = "../lune-utils" }