Skip to content

Commit

Permalink
Inherit workplace version for sui crates (#18128)
Browse files Browse the repository at this point in the history
## Description 
Inherit the workplace version for sui crates so that the version is the
same across all of the binaries

## Test plan 
👀
  • Loading branch information
ebmifa committed Jun 10, 2024
1 parent 19df63a commit 9445512
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 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 crates/sui-archival/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-archival"
version = "0.1.0"
version.workspace = true
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-bridge-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-bridge-cli"
version = "0.1.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-bridge"
version = "0.1.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-cluster-test"
version = "0.1.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-data-ingestion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
edition = "2021"
version = "0.1.0"
version.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
edition = "2021"
version = "0.1.0"
version.workspace = true

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion crates/sui-framework-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-framework-snapshot"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Mysten Labs <eng@mystenlabs.com>"]
description = "Tool to create a bytecode snapshot of the current sui-framework"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-light-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-light-client"
version = "0.0.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-metric-checker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-metric-checker"
version = "0.0.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-rosetta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-rosetta"
version = "0.1.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-single-node-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-single-node-benchmark"
version = "0.1.0"
version.workspace = true
edition = "2021"
publish = false
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-test-validator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-test-validator"
version = "0.0.0"
version.workspace = true
authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/suins-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
license = "Apache-2.0"
publish = false
edition = "2021"
version = "0.1.0"
version.workspace = true

[dependencies]
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "serde_json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/x/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x"
version = "0.1.0"
version.workspace = true
license = "Apache-2.0"
publish = false
edition = "2021"
Expand Down

0 comments on commit 9445512

Please sign in to comment.