Skip to content

Commit

Permalink
fix: Remove aws-lc-rs feature due to systems incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed May 9, 2024
1 parent 71f84a1 commit 88f91f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 175 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.11.17
- fix: Remove aws-lc-rs feature.

# 0.11.16
- chore: Enable feature in rcgen.

Expand Down
174 changes: 1 addition & 173 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "rust-ipfs"
readme = "README.md"
repository = "https://github.com/dariusc93/rust-ipfs"
description = "IPFS node implementation"
version = "0.11.16"
version = "0.11.17"

[features]

Expand Down Expand Up @@ -61,7 +61,7 @@ quick-protobuf = { version = "0.8" }
quick-protobuf-codec = "0.3"
rand = "0.8"
rand_chacha = "0.3.1"
rcgen = { version = "0.13.1", features = ["pem", "x509-parser", "aws_lc_rs"] }
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
redb = { version = "1.3" }
rlimit = "0.10"
rust-ipns = { version = "0.5.1", path = "packages/rust-ipns" }
Expand Down

0 comments on commit 88f91f1

Please sign in to comment.