Skip to content

Commit

Permalink
release new version: 16.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Aug 19, 2024
1 parent 62b37a0 commit e37faf1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
]

[workspace.package]
version = "16.1.1"
version = "16.2.1"
rust-version = "1.78.0"
edition = "2021"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions altv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ readme = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
resource_main_macro = { path = "../resource_main_macro", package = "altv_internal_resource_main_macro", version = "=16.1.1" }
core_resource = { path = "../core_resource", package = "altv_internal_core_resource", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
resource_main_macro = { path = "../resource_main_macro", package = "altv_internal_resource_main_macro", version = "=16.2.1" }
core_resource = { path = "../core_resource", package = "altv_internal_core_resource", version = "=16.2.1" }

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
Expand Down
6 changes: 3 additions & 3 deletions altv_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
core_module = { path = "../core_module", version = "=16.1.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
core_module = { path = "../core_module", version = "=16.2.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.2.1" }
paste = { workspace = true }
autocxx = { workspace = true }
lazy_static = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions core_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "=16.2.1" }
8 changes: 4 additions & 4 deletions core_resource/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ readme = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "=16.1.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
mvalue = { path = "../mvalue", package = "altv_internal_mvalue", version = "=16.1.1" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "=16.2.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.2.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
mvalue = { path = "../mvalue", package = "altv_internal_mvalue", version = "=16.2.1" }
anyhow = { workspace = true }
autocxx = { workspace = true }
paste = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion core_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ readme = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
anyhow = { workspace = true }
4 changes: 2 additions & 2 deletions mvalue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ readme = { workspace = true }

[dependencies]
serde = { workspace = true }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.1.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.1.1" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "=16.2.1" }
logger = { path = "../logger", package = "altv_internal_logger", version = "=16.2.1" }
autocxx = { workspace = true }
erased-serde = { workspace = true }
paste = { workspace = true }

0 comments on commit e37faf1

Please sign in to comment.