Skip to content

Commit

Permalink
chore: bump rust package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 10, 2023
1 parent 2056653 commit f485413
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
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-dev.6"
version = "0.25.0"
authors = [
"Samuel Westrich <sam@dash.org>",
"Igor Markin <igor.markin@dash.org>",
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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
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-dev.30"
version = "0.25.0"
edition = "2021"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>", "Samuel Westrich <sam@dash.org>", "Ivan Shumkov <ivan@shumkov.ru>", "Djavid Gabibiyan <djavid@dash.org>", "Igor Markin <igor.markin@dash.org>"]

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-dev.30"
version = "0.25.0"
authors = [
"Samuel Westrich <sam@dash.org>",
"Ivan Shumkov <ivan@shumkov.ru>",
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.1.0"
version = "0.25.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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-dev.30"
version = "0.25.0"
authors = [
"Samuel Westrich <sam@dash.org>",
"Ivan Shumkov <ivan@shumkov.ru>",
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 <sam@dash.org>"]
description = "Bincode serialization and deserialization derivations"
version = "0.1.0"
version = "0.25.0"
edition = "2021"
license = "MIT"
private = true
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 <sam@dash.org>"]
description = "Bincode based serialization and deserialization"
version = "0.1.0"
version = "0.25.0"
edition = "2021"
license = "MIT"
private = true
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 <sam@dash.org>"]
description = "Convertion to and from platform values"
version = "0.1.0"
version = "0.25.0"
edition = "2021"
license = "MIT"
private = true
Expand Down
4 changes: 2 additions & 2 deletions 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 <sam@dash.org>"]
description = "A simple value module"
version = "0.1.0"
version = "0.25.0"
edition = "2021"
license = "MIT"
private = true
Expand All @@ -29,4 +29,4 @@ platform-version = { path = "../rs-platform-version" }
[features]
default = ["std"]

std = ["serde/std"]
std = ["serde/std"]
4 changes: 2 additions & 2 deletions 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 <sam@dash.org>"]
description = "Bincode based serialization and deserialization"
version = "0.1.0"
version = "0.25.0"
edition = "2021"
license = "MIT"
private = true
Expand All @@ -12,4 +12,4 @@ bincode = { version = "2.0.0-rc.3", features = ["serde"] }
thiserror = { version = "1.0" }

[features]
mock-versions = []
mock-versions = []
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.1.0"
version = "0.25.0"
edition = "2021"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]

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.24.0-dev.1"
version = "0.25.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit f485413

Please sign in to comment.