Skip to content

Commit

Permalink
Set versions in all crates to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Oct 27, 2023
1 parent a43141b commit e89110c
Show file tree
Hide file tree
Showing 28 changed files with 55 additions and 55 deletions.
56 changes: 28 additions & 28 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 clients/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runner"
version = "0.1.0"
version = "1.0.0"
edition = "2021"


Expand Down
2 changes: 1 addition & 1 deletion clients/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2018"
name = "runtime"
version = "1.1.0"
version = "1.0.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion clients/runtime/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subxt-client"
version = "0.1.0"
version = "1.0.0"
authors = []
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion clients/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2018"
name = "service"
version = "1.1.0"
version = "1.0.0"

[dependencies]
async-trait = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion clients/stellar-relay-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-relay-lib"
version = "0.1.0"
version = "1.0.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 clients/vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Pendulum Chain <https://github.com/pendulum-chain>"]
description = "The Vault client intermediates between Stellar and the Spacewalk Parachain."
edition = "2018"
name = "vault"
version = "0.0.1"
version = "1.0.0"

[features]
std = [
Expand Down
2 changes: 1 addition & 1 deletion pallets/clients-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clients-info"
authors = ["Pendulum Chain <https://github.com/pendulum-chain>"]
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pallets/currency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Currency module"
edition = "2021"
homepage = "https://pendulumchain.org"
name = "currency"
version = "1.2.0"
version = "1.0.0"

[dependencies]
serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/issue/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-issue-rpc"
version = "1.2.0"
version = "1.0.0"
authors = ["Interlay <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/issue/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-issue-rpc-runtime-api"
version = "1.2.0"
version = "1.0.0"
authors = ["Interlay <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/nomination/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nomination"
version = "0.5.0"
version = "1.0.0"
authors = ["Pendulum"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oracle"
version = "1.2.0"
version = "1.0.0"
authors = ["Pendulum"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/oracle/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Interlay <[email protected]>"]
edition = "2021"
name = "module-oracle-rpc"
version = "1.2.0"
version = "1.0.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]}
Expand Down
2 changes: 1 addition & 1 deletion pallets/oracle/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Interlay <[email protected]>"]
edition = "2021"
name = "module-oracle-rpc-runtime-api"
version = "1.2.0"
version = "1.0.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]}
Expand Down
2 changes: 1 addition & 1 deletion pallets/redeem/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-redeem-rpc"
version = "1.2.0"
version = "1.0.0"
authors = ["Interlay <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/redeem/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-redeem-rpc-runtime-api"
version = "1.2.0"
version = "1.0.0"
authors = ["Interlay <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/replace/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-replace-rpc"
version = "1.2.0"
version = "1.0.0"
authors = ["Interlay <[email protected]>"]
edition = "2021"

Expand Down
Loading

0 comments on commit e89110c

Please sign in to comment.