Skip to content

Commit

Permalink
Fix MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Feb 21, 2024
1 parent 25c925d commit bec047d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/[email protected].1
- uses: dtolnay/[email protected].0
with:
targets: ${{ matrix.os.target }}

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 @@ license-file = "LICENSE"
repository = "https://github.com/Speykious/cve-rs"
categories = ["rust-patterns"]
keywords = ["cve", "security", "soundness", "safety", "segfault"]
rust-version = "1.69.1"
rust-version = "1.69.0"

[dependencies]
ureq = { version = "2.9.6", default-features = false, optional = true }
Expand Down

0 comments on commit bec047d

Please sign in to comment.