Skip to content

Commit

Permalink
ci: fix no-default-features builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 2, 2023
1 parent 39a5ab9 commit 291e24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ required-features = ["stl"]

[dependencies]
amplify = { version = "4.0.0-beta.20", features = ["hex", "apfloat"] }
commit_encoding_derive = { version = "0.10.0-beta.1", path = "derive", optional = true }
commit_encoding_derive = { version = "0.10.0-beta.1", path = "derive" }
strict_encoding = "2.0.0"
strict_types = { version = "1.0.0-rc.1", optional = true }
rand = { version = "0.8.5", optional = true }
Expand All @@ -37,7 +37,7 @@ default = ["derive"]
all = ["rand", "serde", "stl", "derive"]
serde = ["serde_crate", "amplify/serde"]
stl = ["strict_types", "strict_types/base64"]
derive = ["commit_encoding_derive"]
derive = []

[package.metadata.docs.rs]
features = [ "all" ]

0 comments on commit 291e24d

Please sign in to comment.