Skip to content

Commit

Permalink
ci: bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 24, 2024
1 parent f78c4c6 commit 32b3af2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.69.0 ]
toolchain: [ nightly, beta, stable, 1.70.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://strict-types.org"
repository = "https://github.com/strict-types/strict-encoding"
rust-version = "1.69.0" # Due to amplify crate
rust-version = "1.70.0" # Due to amplify crate
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Library
Kind: Free software
License: Apache-2.0
Language: Rust
Compiler: 1.69
Compiler: 1.70
Author: Maxim Orlovsky
Maintained: UBIDECO Institute, Switzerland
Maintainers:
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["derive", "test_helpers"]
[dependencies]
amplify = { workspace = true, features = ["proc_attr"] }
strict_encoding_derive = { version = "2.7.0-beta.3", path = "derive" }
half = { version = "~2.2.0", optional = true } # Required to maintain MSRV
half = { version = "2.4.1", optional = true }
serde_crate = { workspace = true, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 32b3af2

Please sign in to comment.