Skip to content

Commit 20d7f49

Browse files
authored
Publishing v1.3.0 (#350)
1 parent 17cff01 commit 20d7f49

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.0 (November 10, 2023)
4+
5+
* Re-exported the curve25519-dalek crate
6+
* Upgraded MSRV to 1.65
7+
38
## 1.2.0 (October 7, 2021)
49

510
* Added explicit support for the thumbv6m-none-eabi target (no-std)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
77
license = "MIT"
88
name = "opaque-ke"
99
readme = "README.md"
10-
repository = "https://github.com/novifinancial/opaque-ke"
10+
repository = "https://github.com/facebook/opaque-ke"
1111
rust-version = "1.65"
12-
version = "1.2.0"
12+
version = "1.3.0"
1313

1414
[features]
1515
bench = []

0 commit comments

Comments
 (0)