Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finfet committed Dec 29, 2023
1 parent 2cbc9cf commit bdb288c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "kestrel"
path = "src/main.rs"

[dependencies]
kestrel-crypto = { version = "1.0.0", path = "../crypto" }
kestrel-crypto = "1.0.0"
base64ct = { version = "1.6.0", features = ["alloc"] }
getopts = "0.2.21"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ include = [
crate-type = ["cdylib", "staticlib"]

[dependencies]
kestrel-crypto = { version = "1.0.0", path = "../crypto" }
kestrel-crypto = "1.0.0"
libc = "0.2"

0 comments on commit bdb288c

Please sign in to comment.