Skip to content

Commit

Permalink
Release v0.21. (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jun 6, 2023
1 parent 3754640 commit 81890e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
toolchain: ["1.65", "1.66", "1.67", "1.68", "1.69", "stable", "beta"]
toolchain: ["1.67", "1.68", "1.69", "stable", "beta"]
experimental: [false]
include:
- toolchain: "nightly"
Expand Down
92 changes: 16 additions & 76 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-semver-checks"
version = "0.20.1"
version = "0.21.0"
edition = "2021"
authors = ["Predrag Gruevski <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand All @@ -13,8 +13,8 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
trustfall = "0.4.0"
trustfall_rustdoc = { version = "0.11.2", features = ["v21", "v22", "v23", "v24", "v26"] }
trustfall = "0.5.0"
trustfall_rustdoc = { version = "0.12.0", features = ["v23", "v24", "v26"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit 81890e5

Please sign in to comment.