Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump rust packages versions in the release script #1573

Merged
merged 7 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"add-stream": "^1.0.0",
"conventional-changelog": "^3.1.24",
"conventional-changelog-dash": "github:dashevo/conventional-changelog-dash",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dapi-grpc"
description = "GRPC client for Dash Platform"
version = "0.25.0"
version = "0.25.13"
authors = [
"Samuel Westrich <[email protected]>",
"Igor Markin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dashpay-contract"
description = "DashPay data contract schema and tools"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/data-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "data-contracts"
description = "Dash Platform system data contracts"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dpns-contract"
description = "DPNS data contract schema and tools"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "feature-flags-contract"
description = "Feature flags data contract schema and tools"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/masternode-reward-shares-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "masternode-reward-shares-contract"
description = "Masternode reward shares data contract schema and tools"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-dpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpp"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drive-abci"
version = "0.25.0"
version = "0.25.13"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-verify-c-binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs-drive-verify-c-binding"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "drive"
description = "Dash drive built on top of GroveDB"
version = "0.25.0"
version = "0.25.13"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-serialization-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-serialization-derive"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode serialization and deserialization derivations"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-serialization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-serialization"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode based serialization and deserialization"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-value-convertible/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-value-convertible"
authors = ["Samuel Westrich <[email protected]>"]
description = "Convertion to and from platform values"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-value"
authors = ["Samuel Westrich <[email protected]>"]
description = "A simple value module"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-version"
authors = ["Samuel Westrich <[email protected]>"]
description = "Bincode based serialization and deserialization"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-platform-versioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "platform-versioning"
authors = ["Samuel Westrich <[email protected]>"]
description = "Version derivation"
version = "0.1.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-signer"
version = "0.1.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion packages/strategy-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strategy-tests"
version = "0.25.0-dev.30"
version = "0.25.13"
authors = [
"Samuel Westrich <[email protected]>",
"Ivan Shumkov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-dpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-dpp"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
authors = ["Anton Suprunchuk <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion packages/withdrawals-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "withdrawals-contract"
description = "Witdrawals data contract schema and tools"
version = "0.25.0"
version = "0.25.13"
edition = "2021"
rust-version = "1.73"
license = "MIT"
Expand Down
Loading
Loading