Skip to content

Commit

Permalink
Bump all crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Aug 10, 2024
1 parent ea70133 commit 3e09807
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 72 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/lune-roblox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-roblox"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }

glam = "0.27"
rand = "0.8"
Expand All @@ -26,4 +26,4 @@ rbx_reflection = "4.4.0"
rbx_reflection_database = "0.2.9"
rbx_xml = "0.13.2"

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
6 changes: 3 additions & 3 deletions 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.2"
version = "0.1.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,10 +13,10 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }

thiserror = "1.0"
chrono = "0.4.38"
chrono_lc = "0.1.6"

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
8 changes: 4 additions & 4 deletions crates/lune-std-fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-fs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,11 +13,11 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }

bstr = "1.9"

tokio = { version = "1", default-features = false, features = ["fs"] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-std-datetime = { version = "0.1.1", path = "../lune-std-datetime" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
lune-std-datetime = { version = "0.1.2", path = "../lune-std-datetime" }
6 changes: 3 additions & 3 deletions crates/lune-std-luau/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-luau"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,6 +13,6 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau", "luau-jit"] }
mlua = { version = "0.9.9", features = ["luau", "luau-jit"] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
8 changes: 4 additions & 4 deletions crates/lune-std-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-net"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }

bstr = "1.9"
Expand All @@ -35,5 +35,5 @@ tokio = { version = "1", default-features = false, features = [
"macros",
] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-std-serde = { version = "0.1.1", path = "../lune-std-serde" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
lune-std-serde = { version = "0.1.2", path = "../lune-std-serde" }
6 changes: 3 additions & 3 deletions crates/lune-std-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-process"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }

directories = "5.0"
Expand All @@ -28,4 +28,4 @@ tokio = { version = "1", default-features = false, features = [
"sync",
] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
6 changes: 3 additions & 3 deletions crates/lune-std-regex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-regex"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,9 +13,9 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }

regex = "1.10"
self_cell = "1.0"

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
8 changes: 4 additions & 4 deletions crates/lune-std-roblox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-roblox"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,11 +13,11 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }

once_cell = "1.17"
rbx_cookie = { version = "0.1.4", default-features = false }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-roblox = { version = "0.1.2", path = "../lune-roblox" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
lune-roblox = { version = "0.1.3", path = "../lune-roblox" }
6 changes: 3 additions & 3 deletions crates/lune-std-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-serde"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau", "serialize"] }
mlua = { version = "0.9.9", features = ["luau", "serialize"] }

async-compression = { version = "0.4", features = [
"tokio",
Expand Down Expand Up @@ -44,4 +44,4 @@ tokio = { version = "1", default-features = false, features = [
"io-util",
] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
6 changes: 3 additions & 3 deletions crates/lune-std-stdio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-stdio"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -14,12 +14,12 @@ workspace = true

[dependencies]
dialoguer = "0.11"
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }

tokio = { version = "1", default-features = false, features = [
"io-std",
"io-util",
] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
6 changes: 3 additions & 3 deletions crates/lune-std-task/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lune-std-task"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
Expand All @@ -13,9 +13,9 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.9", features = ["luau"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }

tokio = { version = "1", default-features = false, features = ["time"] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }
lune-utils = { version = "0.1.3", path = "../lune-utils" }
Loading

0 comments on commit 3e09807

Please sign in to comment.