Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
update to 0.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lodder <redmike7@gmail.com>
  • Loading branch information
mikelodder7 authored and ryjones committed May 5, 2021
1 parent 0360b29 commit 526fcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libursa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ursa"
version = "0.3.5"
version = "0.3.6"
authors = ["Hyperledger Ursa Contributors"]
description = "This is the shared crypto library for Hyperledger components."
license = "Apache-2.0"
Expand Down Expand Up @@ -118,7 +118,7 @@ block-modes = { version = "0.7", optional = true }
block-padding = { version = "0.2", optional = true }
clear_on_drop = { version = "0.2.4", optional = true }
console_error_panic_hook = { version = "0.1.5", optional = true }
curve25519-dalek = { version = "3.0.0", default-features = false, optional = true }
curve25519-dalek = { version = "3.1", default-features = false, optional = true }
ed25519-dalek = { version = "1.0", default-features = false, optional = true }
env_logger = { version = "0.7.0", optional = true }
failure = { version = "0.1.6", optional = true }
Expand Down

0 comments on commit 526fcaa

Please sign in to comment.