Skip to content

Commit

Permalink
CI: Unpin syn and proc-macro2 versions as a new version
Browse files Browse the repository at this point in the history
`v0.50.0` of `kani` is released
  • Loading branch information
tatsuya6502 committed Apr 19, 2024
1 parent c56d646 commit 511c8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci_extras/pin-crate-vers-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ set -eux

# Pin some dependencies to specific versions for the nightly toolchain
# used by Kani verifier.
cargo update -p syn@2.0 --precise 2.0.58
cargo update -p proc-macro2 --precise 1.0.79
# cargo update -p crate-name --precise x.y.z

0 comments on commit 511c8e0

Please sign in to comment.