Skip to content

Commit

Permalink
bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Oct 14, 2024
1 parent c33f8a3 commit ec319d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ jobs:
runs-on: ubuntu-latest
# we use a matrix here just because env can't be used in job names
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
# TODO: would be nice to just parse this from the manifest
strategy:
matrix:
msrv: ["1.76"]
msrv: ["1.79"]
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["json-pointer", "rfc-6901", "6901"]
license = "MIT OR Apache-2.0"
name = "jsonptr"
repository = "https://github.com/chanced/jsonptr"
rust-version = "1.76.0"
rust-version = "1.79.0"
version = "0.6.3"

[dependencies]
Expand Down

0 comments on commit ec319d1

Please sign in to comment.