Skip to content

Commit

Permalink
chore: bump strict_encoding and MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 12, 2023
1 parent beb16ab commit bd15d23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.66.0 ]
toolchain: [ nightly, beta, stable, 1.67.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/aluvm/rust-aluvm"
homepage = "https://aluvm.org"
keywords = ["virtual-machine", "emulator", "functional", "risc", "edge-computing"]
categories = ["no-std", "embedded", "compilers", "cryptography", "emulators"]
rust-version = "1.66" # Due to strict encoding library (caused by GAD)
rust-version = "1.67" # Due to strict encoding library
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -23,8 +23,8 @@ required-features = ["stl"]
[dependencies]
amplify = { version = "4.0.0", default-features = false, features = ["apfloat", "derive", "hex"] }
paste = "1"
strict_encoding = { version = "2.4.1", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.4.1", optional = true }
strict_encoding = { version = "2.5.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.5.0", optional = true }
sha2 = "0.10.6"
ripemd = "0.1.3"
baid58 = "0.3.2"
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.66
Compiler: 1.67
Author: Maxim Orlovsky
Maintained: UBIDECO Institute, Switzerland
Maintainers:
Expand Down

0 comments on commit bd15d23

Please sign in to comment.