Skip to content

Commit

Permalink
Revert "Bump crate versions to v1.0.0-dev for pre-release"
Browse files Browse the repository at this point in the history
This reverts commit 4053a49.
  • Loading branch information
notlesh committed Dec 4, 2024
1 parent 4053a49 commit dee6508
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/keep-starknet-strange/snos/"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/hint_tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hint_tool"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/output_segment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "output_segment"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/prove_block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prove_block"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cairo-type-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cairo-type-derive"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc-client"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-replay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc-replay"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-os-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-os-types"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-os/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-os"
version = "1.0.0-dev"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
1 change: 1 addition & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "tests"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit dee6508

Please sign in to comment.