Skip to content

Commit e28327b

Browse files
authored
Release v0.20.0 with Trustfall v0.4.0 and optimized adapters. (#440)
1 parent c3ef51f commit e28327b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-semver-checks"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
66
license = "Apache-2.0 OR MIT"
@@ -13,8 +13,8 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
trustfall = "0.4.0-beta.2"
17-
trustfall_rustdoc = { version = "0.10.0", features = ["v21", "v22", "v23", "v24"] }
16+
trustfall = "0.4.0"
17+
trustfall_rustdoc = { version = "0.11.0", features = ["v21", "v22", "v23", "v24"] }
1818
clap = { version = "4.0.0", features = ["derive", "cargo"] }
1919
serde_json = "1.0.82"
2020
anyhow = "1.0.58"

0 commit comments

Comments
 (0)