Skip to content

Commit

Permalink
Change version of unpublished crates to 0.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn committed Jan 18, 2022
1 parent c3b6c03 commit 5311d5c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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 examples/simple-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-wasm"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-derive"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
license = "BUSL-1.1"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer/indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-wasm-executor"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
license = "BUSL-1.1"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
license = "BUSL-1.1"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fuel-indexer/schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuel-indexer-schema"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
license = "BUSL-1.1"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "xtask"
version = "0.1.0"
version = "0.0.0"
license = "BUSL-1.1"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 5311d5c

Please sign in to comment.