Skip to content

Commit

Permalink
1.65 msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbirtles committed Jun 11, 2024
1 parent 5321bf8 commit 8abf852
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.58"] # 2021 edition requires 1.56
msrv: ["1.65"]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Changed

- `nkeys` dependency updated to `0.4` ([#6](https://github.com/AircastDev/nats-jwt/pull/6)) - thanks @SuperCoolAlan
- Various lint fixes and msrv set to 1.58 ([#5](https://github.com/AircastDev/nats-jwt/pull/5)) - thanks @dodomorandi
- Various lint fixes and msrv set to 1.65 ([#5](https://github.com/AircastDev/nats-jwt/pull/5)) - thanks @dodomorandi
- Don't serialize the permissions map if the allow and deny list are empty ([#2](https://github.com/AircastDev/nats-jwt/issues/2))

## v0.2.0 (2022-07-08)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ readme = "README.md"
keywords = ["jwt", "nats", "nkey", "nkeys"]
categories = ["api-bindings", "authentication"]
repository = "https://github.com/AircastDev/nats-jwt"
rust-version = "1.58"
rust-version = "1.65"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.34", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
data-encoding = "2.3"
Expand Down

0 comments on commit 8abf852

Please sign in to comment.