Skip to content

Commit

Permalink
Update neon to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Nov 16, 2020
1 parent ce2c04b commit c356f3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions src/rust/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 src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ simplelog = { version = "0.7", optional = true, default-features = false }
rand_chacha = { version = "0.2", optional = true }

# Optional, needed by the "electron" feature
neon = { version = "0.4.1", optional = true }
neon = { version = "0.5.1", optional = true }

[build-dependencies]
# Needed by the "electron" feature
neon-build = "0.4.1"
neon-build = "0.5.1"

[dependencies.x25519-dalek]
version = "0.6"
Expand Down

0 comments on commit c356f3e

Please sign in to comment.