Skip to content

Commit f00a8d2

Browse files
author
AsixDev-Eugene0082
authored
chore: pin to clap-3.0.0-beta.2 (#126)
beta.4 introduced errors like these: error[E0658]: arbitrary expressions in key-value attributes are unstable --> /Users/ericswanson/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.0-beta.4/src/lib.rs:8:10 | 8 | #![doc = include_str!("../README.md")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #78835 <rust-lang/rust#78835> for more information error[E0658]: use of unstable library feature 'osstring_ascii' --> /Users/ericswanson/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.0-beta.4/src/parse/matches/matched_arg.rs:130:19 | 130 | v.eq_ignore_ascii_case(val) | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #70516 <rust-lang/rust#70516> for more information
1 parent 7eb760b commit f00a8d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ic-cdk-optimizer/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk-optimizer"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "WASM Optimizer for the IC CDK (experimental)."
@@ -16,7 +16,8 @@ include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1616

1717
[dependencies]
1818
binaryen = "0.12.0"
19-
clap = "3.0.0-beta.1"
19+
clap = "=3.0.0-beta.2"
20+
clap_derive = "=3.0.0-beta.2"
2021
humansize = "1.1.0"
2122
tempfile = "3.1.0"
2223
wabt = "0.10.0"

0 commit comments

Comments
 (0)