Skip to content

Commit

Permalink
fix msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Sep 27, 2024
1 parent 2515020 commit 393904d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion crates/astria-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-bridge-withdrawer"
version = "0.3.0"
edition = "2021"
rust-version = "1.76"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-cli"
version = "0.4.1"
edition = "2021"
rust-version = "1.74.1"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-composer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-composer"
version = "0.8.3"
edition = "2021"
rust-version = "1.76"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-conductor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-conductor"
version = "0.20.1"
edition = "2021"
rust-version = "1.76"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-config"
version = "0.1.0"
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-core"
version = "0.1.0"
edition = "2021"
rust-version = "1.76"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-merkle"
version = "0.1.0"
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/astriaorg/astria"
homepage = "https://astria.org"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "astria-sequencer-client"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.76"
rust-version = "1.81.0"
repository = "https://github.com/astriaorg/astria"
homepage = "https://astria.org"

Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer-relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "astria-sequencer-relayer"
version = "0.16.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.76"
rust-version = "1.81.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
homepage = "https://astria.org"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "astria-sequencer-utils"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.74.1"
rust-version = "1.81.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
homepage = "https://astria.org"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "astria-sequencer"
version = "0.17.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.76"
rust-version = "1.81.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
homepage = "https://astria.org"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-telemetry"
version = "0.1.0"
edition = "2021"
rust-version = "1.72.1"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astria-test-utils"
version = "0.1.0"
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/astriaorg/astria"
Expand Down

0 comments on commit 393904d

Please sign in to comment.