Skip to content

Commit

Permalink
Merge pull request #256 from anoma/bump
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
Fraccaman authored Jan 20, 2025
2 parents 8df6845 + 326d746 commit fa122f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ axum-extra = { version = "0.9.3", features = ["query"] }
chrono = { version = "0.4.30", features = ["serde"] }
async-trait = "0.1.73"
anyhow = "1.0.75"
namada_core = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.46.0", default-features = false, features = ["std", "async-send", "download-params"] }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_governance = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_token = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v0.46.0" }
namada_core = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v1.0.0", default-features = false, features = ["std", "async-send", "download-params"] }
namada_tx = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_governance = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_ibc = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_token = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_parameters = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
namada_proof_of_stake = { git = "https://github.com/anoma/namada", tag = "v1.0.0" }
tendermint = "0.38.0"
tendermint-config = "0.38.0"
tendermint-rpc = { version = "0.38.0", features = ["http-client"] }
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.79-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.81-bookworm AS chef
RUN apt-get update && apt-get install -y protobuf-compiler build-essential clang-tools-14

FROM chef AS planner
Expand Down

0 comments on commit fa122f7

Please sign in to comment.