Version bump dalek-ff-group

This commit is contained in:
Luke Parker 2022-08-29 03:46:48 -04:00
parent 081b9a1975
commit d6a31863c4
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1369,7 +1369,7 @@ dependencies = [
[[package]]
name = "dalek-ff-group"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"crypto-bigint",
"curve25519-dalek 3.2.0",

View file

@ -1,6 +1,6 @@
[package]
name = "dalek-ff-group"
version = "0.1.3"
version = "0.1.4"
description = "ff/group bindings around curve25519-dalek"
license = "MIT"
repository = "https://github.com/serai-dex/serai"