Skip to content

Commit

Permalink
Use trustfall_rustdoc v0.8.2, drop rustdoc v16 support. (obi1kenobi#327)
Browse files Browse the repository at this point in the history
* Use trustfall_rustdoc v0.8.0, drop rustdoc v16 and v23 support.

* Use trustfall_rustdoc 0.8.1 and re-add rustdoc v23.

* Also test on Rust 1.65 and 1.66.

* Use trustfall_rustdoc v0.8.2.
  • Loading branch information
obi1kenobi authored Jan 27, 2023
1 parent adc2354 commit aaba6b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
toolchain: ["stable", "beta"]
toolchain: ["1.65", "1.66", "stable", "beta"]
experimental: [false]
include:
- toolchain: "nightly"
Expand Down
48 changes: 14 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
trustfall_core = "0.1.1"
trustfall_rustdoc = { version = "0.7.0", features = ["v16", "v21", "v22", "v23", "v24"] }
trustfall_rustdoc = { version = "0.8.2", 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 aaba6b0

Please sign in to comment.