mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 13:30:38 +00:00
Bump versions in all changed packages
This commit is contained in:
parent
4f6f1835d2
commit
23456ae041
6 changed files with 8 additions and 8 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1470,7 +1470,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lune-roblox"
|
name = "lune-roblox"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glam",
|
"glam",
|
||||||
"lune-utils",
|
"lune-utils",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lune-roblox"
|
name = "lune-roblox"
|
||||||
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-process"
|
name = "lune-std-process"
|
||||||
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"
|
||||||
|
|
|
@ -20,4 +20,4 @@ once_cell = "1.17"
|
||||||
rbx_cookie = { version = "0.1.4", default-features = false }
|
rbx_cookie = { version = "0.1.4", default-features = false }
|
||||||
|
|
||||||
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
||||||
lune-roblox = { version = "0.1.0", path = "../lune-roblox" }
|
lune-roblox = { version = "0.1.1", path = "../lune-roblox" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lune-std"
|
name = "lune-std"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
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"
|
||||||
|
@ -51,9 +51,9 @@ lune-std-datetime = { optional = true, version = "0.1.1", path = "../lune-std-da
|
||||||
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" }
|
||||||
lune-std-process = { optional = true, version = "0.1.0", path = "../lune-std-process" }
|
lune-std-process = { optional = true, version = "0.1.1", path = "../lune-std-process" }
|
||||||
lune-std-regex = { optional = true, version = "0.1.0", path = "../lune-std-regex" }
|
lune-std-regex = { optional = true, version = "0.1.0", path = "../lune-std-regex" }
|
||||||
lune-std-roblox = { optional = true, version = "0.1.0", path = "../lune-std-roblox" }
|
lune-std-roblox = { optional = true, version = "0.1.1", path = "../lune-std-roblox" }
|
||||||
lune-std-serde = { optional = true, version = "0.1.0", path = "../lune-std-serde" }
|
lune-std-serde = { optional = true, version = "0.1.0", path = "../lune-std-serde" }
|
||||||
lune-std-stdio = { optional = true, version = "0.1.0", path = "../lune-std-stdio" }
|
lune-std-stdio = { optional = true, version = "0.1.0", path = "../lune-std-stdio" }
|
||||||
lune-std-task = { optional = true, version = "0.1.0", path = "../lune-std-task" }
|
lune-std-task = { optional = true, version = "0.1.0", path = "../lune-std-task" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lune-utils"
|
name = "lune-utils"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue