Skip to content

Commit

Permalink
release new version: 15.0.0-dev.40
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Jun 11, 2023
1 parent 8a2b972 commit d1d405e
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 @@ -16,7 +16,7 @@ members = [
]

[workspace.package]
version = "15.0.0-dev.39"
version = "15.0.0-dev.40"
rust-version = "1.68.2"
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,6 +11,6 @@ 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 = "15.0.0-dev.39" }
resource_main_macro = { path = "../resource_main_macro", package = "altv_internal_resource_main_macro", version = "15.0.0-dev.39" }
core_resource = { path = "../core_resource", package = "altv_internal_core_resource", version = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
resource_main_macro = { path = "../resource_main_macro", package = "altv_internal_resource_main_macro", version = "15.0.0-dev.40" }
core_resource = { path = "../core_resource", package = "altv_internal_core_resource", version = "15.0.0-dev.40" }
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 = "15.0.0-dev.39" }
core_module = { path = "../core_module", version = "15.0.0-dev.39" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
core_module = { path = "../core_module", version = "15.0.0-dev.40" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.40" }
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 = "15.0.0-dev.39" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "15.0.0-dev.40" }
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 = "15.0.0-dev.39" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.39" }
mvalue = { path = "../mvalue", package = "altv_internal_mvalue", version = "15.0.0-dev.39" }
core_shared = { path = "../core_shared", package = "altv_internal_core_shared", version = "15.0.0-dev.40" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.40" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
mvalue = { path = "../mvalue", package = "altv_internal_mvalue", version = "15.0.0-dev.40" }
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 = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
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 = "15.0.0-dev.39" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.39" }
altv_sdk = { path = "../altv_sdk", package = "altv_internal_sdk", version = "15.0.0-dev.40" }
logger = { path = "../logger", package = "altv_internal_logger", version = "15.0.0-dev.40" }
autocxx = { workspace = true }
erased-serde = { workspace = true }
paste = { workspace = true }

0 comments on commit d1d405e

Please sign in to comment.