Skip to content

Commit

Permalink
base64ct: add back to workspace (#882)
Browse files Browse the repository at this point in the history
Removes toplevel `Cargo.toml` to allow building on MSRV <1.60
  • Loading branch information
tarcieri authored Feb 25, 2023
1 parent 293efc9 commit 89f3caa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/base64ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
target: ${{ matrix.target }}
override: true
- uses: RustCrypto/actions/cargo-hack-install@master
- run: rm ../Cargo.toml # Hack to preserve MSRV <1.60
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std

minimal-versions:
Expand All @@ -59,4 +60,5 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- uses: RustCrypto/actions/cargo-hack-install@master
- run: rm ../Cargo.toml # Hack to preserve MSRV <1.60
- run: cargo hack test --feature-powerset
10 changes: 10 additions & 0 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resolver = "2"
members = [
"base16ct",
"base32ct",
"base64ct",
"cmpv2",
"cms",
"const-oid",
Expand All @@ -25,8 +26,5 @@ members = [
"x509-ocsp"
]

# TODO(tarcieri): add back to `members` when MSRV is 1.60+
exclude = ["base64ct"]

[profile.dev]
opt-level = 2

0 comments on commit 89f3caa

Please sign in to comment.