Skip to content

Commit fa122f7

Browse files
authored
Merge pull request #256 from anoma/bump
bump
2 parents 8df6845 + 326d746 commit fa122f7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ axum-extra = { version = "0.9.3", features = ["query"] }
4040
chrono = { version = "0.4.30", features = ["serde"] }
4141
async-trait = "0.1.73"
4242
anyhow = "1.0.75"
43-
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
44-
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.46.0", default-features = false, features = ["std", "async-send", "download-params"] }
45-
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
46-
namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
47-
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
48-
namada_token = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
49-
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
50-
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
43+
namada_core = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
44+
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v1.0.0", default-features = false, features = ["std", "async-send", "download-params"] }
45+
namada_tx = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
46+
namada_governance = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
47+
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
48+
namada_token = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
49+
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
50+
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
5151
tendermint = "0.38.0"
5252
tendermint-config = "0.38.0"
5353
tendermint-rpc = { version = "0.38.0", features = ["http-client"] }

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lukemathwalker/cargo-chef:latest-rust-1.79-bookworm AS chef
1+
FROM lukemathwalker/cargo-chef:latest-rust-1.81-bookworm AS chef
22
RUN apt-get update && apt-get install -y protobuf-compiler build-essential clang-tools-14
33

44
FROM chef AS planner

0 commit comments

Comments
 (0)