Skip to content

Commit 7ae9760

Browse files
authored
Merge pull request #270 from zoedberg/minor_fixes
2 parents 8be4962 + b66f340 commit 7ae9760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
toolchain: [ nightly, beta, stable, 1.75.0 ]
60+
toolchain: [ nightly, beta, stable, 1.76.0 ]
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: dtolnay/rust-toolchain@master

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["cryptography::cryptocurrencies"]
1010
readme = "README.md"
1111
license = "Apache-2.0"
1212
edition = "2021"
13-
rust-version = "1.75.0"
13+
rust-version = "1.76.0"
1414
exclude = [".github"]
1515

1616
[lib]

MANIFEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Library
33
Kind: Free software
44
License: Apache-2.0
55
Language: Rust
6-
Compiler: 1.75
6+
Compiler: 1.76
77
Author: Maxim Orlovsky
88
Maintained: LNP/BP Standards Association, Switzerland
99
Maintainers:

0 commit comments

Comments
 (0)