Skip to content

Commit 5c4dcb1

Browse files
committed
chore(ci): Remove no-std feature flag for miniscript
The `no-std` feature flag no longer exists for miniscript 13.0.0
1 parent 322a013 commit 5c4dcb1

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- version: stable
1818
- version: 1.85.0
1919
features:
20-
- --no-default-features --features miniscript/no-std
20+
- --no-default-features
2121
- --all-features
2222
steps:
2323
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
toolchain: stable
4646
- name: Check no-std
47-
run: cargo check --no-default-features --features miniscript/no-std
47+
run: cargo check --no-default-features
4848

4949
fmt-clippy:
5050
runs-on: ubuntu-latest

ci/pin-msrv.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22

33
set -x
44
set -euo pipefail
5-
6-
cargo update -p home --precise "0.5.11"
7-
cargo update -p time --precise "0.3.45"
8-
cargo update -p time-core --precise "0.1.7"

0 commit comments

Comments
 (0)