mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +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]]
|
||||
name = "lune-roblox"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"glam",
|
||||
"lune-utils",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lune-roblox"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/lune-org/lune"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lune-std-process"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/lune-org/lune"
|
||||
|
|
|
@ -20,4 +20,4 @@ once_cell = "1.17"
|
|||
rbx_cookie = { version = "0.1.4", default-features = false }
|
||||
|
||||
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]
|
||||
name = "lune-std"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
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-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-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-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-stdio = { optional = true, version = "0.1.0", path = "../lune-std-stdio" }
|
||||
lune-std-task = { optional = true, version = "0.1.0", path = "../lune-std-task" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lune-utils"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/lune-org/lune"
|
||||
|
|
Loading…
Reference in a new issue