Skip to content

Commit

Permalink
Bump lune std crate versions for latest lune-std-datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 12, 2024
1 parent 43de7b2 commit 95b81d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lune-std-datetime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions crates/lune-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/lune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 95b81d6

Please sign in to comment.