chore: prepare for next version: 1.8.3

This commit is contained in:
github-actions[bot] 2024-10-16 00:42:33 +00:00
commit 9c7e4e25bf
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -4983,7 +4983,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vrc-get"
version = "1.8.2"
version = "1.8.3-beta.0"
dependencies = [
"anstyle",
"clap",
@ -5059,7 +5059,7 @@ dependencies = [
[[package]]
name = "vrc-get-vpm"
version = "0.0.13"
version = "0.0.14-beta.0"
dependencies = [
"async-stream",
"async_zip",

View file

@ -2,7 +2,7 @@
name = "vrc-get-vpm"
# discreate versioning since this library will not have stable versions
version = "0.0.13"
version = "0.0.14-beta.0"
edition.workspace = true
license.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "vrc-get"
version = "1.8.2"
version = "1.8.3-beta.0"
edition.workspace = true
license.workspace = true
authors.workspace = true
@ -29,7 +29,7 @@ serde_json = { version = "1.0.116", features = ["preserve_order"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "fs"] }
[dependencies.vrc-get-vpm]
version = "0.0.13"
version = "0.0.14-beta.0"
path = "../vrc-get-vpm"
features = ["tokio"]
default-features = false