Skip to content

Commit

Permalink
bump MSRV to 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 13, 2024
1 parent ca34ceb commit 1258da1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, stable, 1.76.0 ]
toolchain: [ nightly, stable, 1.77.0 ]
name: [linux, windows, macos]
include:
- name: linux
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Nicola Busanello <[email protected]>",
]
edition = "2021"
rust-version = "1.76.0"
rust-version = "1.77.0"
repository = "https://github.com/RGB-Tools/rgb-lib"
homepage = "https://github.com/RGB-Tools/rgb-lib"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion bindings/c-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Nicola Busanello <[email protected]>",
]
edition = "2021"
rust-version = "1.76.0"
rust-version = "1.77.0"
build = "build.rs"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bindings/uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Nicola Busanello <[email protected]>",
]
edition = "2021"
rust-version = "1.76.0"
rust-version = "1.77.0"

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Nicola Busanello <[email protected]>",
]
edition = "2021"
rust-version = "1.76.0"
rust-version = "1.77.0"
repository = "https://github.com/RGB-Tools/rgb-lib"
homepage = "https://github.com/RGB-Tools/rgb-lib"
license = "MIT"
Expand Down

0 comments on commit 1258da1

Please sign in to comment.