Skip to content

Commit

Permalink
bump rust-version and MSRV in ci to 1.70 (#1443)
Browse files Browse the repository at this point in the history
## Description

Bump our rust versionfrom `1.67` to `1.70`.

closes #1441

- [x] Self-review.
  • Loading branch information
ramfox committed Aug 31, 2023
1 parent a7483d1 commit f8bd328
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
MSRV: "1.67"
MSRV: "1.70"

jobs:
build_and_test_nix:
Expand Down
2 changes: 1 addition & 1 deletion iroh-bytes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["dignifiedquire <me@dignifiedquire.com>", "n0 team"]
repository = "https://github.com/n0-computer/iroh"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion iroh-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["n0 team"]
repository = "https://github.com/n0-computer/iroh-sync"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
# proto dependencies (required)
Expand Down
2 changes: 1 addition & 1 deletion iroh-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["arqu <asmir@n0.computer>", "n0 team"]
repository = "https://github.com/n0-computer/iroh"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
prometheus-client = { version = "0.21.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["dignifiedquire <me@dignifiedquire.com>", "n0 team"]
repository = "https://github.com/n0-computer/iroh"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion iroh-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["n0 team"]
repository = "https://github.com/n0-computer/iroh"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion iroh-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/n0-computer/iroh"
publish = true

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/n0-computer/iroh"
default-run = "iroh"

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.67"
rust-version = "1.70"

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
Expand Down

0 comments on commit f8bd328

Please sign in to comment.