Skip to content

Commit

Permalink
chore: update ryg-rans-sys; update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Feb 8, 2024
1 parent 06c61e7 commit 889b1ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2

updates:

- package-ecosystem: cargo
directory: /
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
rust: [stable, nightly]
rust: [stable, nightly, "1.71.0"]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = "README.md"
repository = "https://github.com/m4tx/rans-rs.git"
homepage = "https://github.com/m4tx/rans-rs"
license = "MIT"
rust-version = "1.60.0"
rust-version = "1.71.0"

[dependencies]
ryg-rans-sys = { version = "1.1.0", features = ["byte", "64"] }
ryg-rans-sys = { version = "1.2.0", features = ["byte", "64"] }

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit 889b1ab

Please sign in to comment.