Skip to content

Commit

Permalink
Release v0.20.0 with Trustfall v0.4.0 and optimized adapters. (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Apr 23, 2023
1 parent c3ef51f commit e28327b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 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.19.0"
version = "0.20.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-beta.2"
trustfall_rustdoc = { version = "0.10.0", features = ["v21", "v22", "v23", "v24"] }
trustfall = "0.4.0"
trustfall_rustdoc = { version = "0.11.0", features = ["v21", "v22", "v23", "v24"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
serde_json = "1.0.82"
anyhow = "1.0.58"
Expand Down

0 comments on commit e28327b

Please sign in to comment.