release: prep chacha20-poly1305 crate for 0.1.2
This commit is contained in:
parent
ef5e3256df
commit
ea0a31876f
|
@ -182,7 +182,7 @@ checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|||
|
||||
[[package]]
|
||||
name = "chacha20-poly1305"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"hex-conservative 0.3.0",
|
||||
]
|
||||
|
|
|
@ -184,7 +184,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chacha20-poly1305"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"hex-conservative 0.3.0",
|
||||
]
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 0.1.2 - 2025-05-15
|
||||
|
||||
* Fixed a bug which was doubling the amount of work, performance should be improved [#4083](https://github.com/rust-bitcoin/rust-bitcoin/pull/4083).
|
||||
|
||||
# 0.1.1 - 2024-11-07
|
||||
|
||||
* The crate is now `no_std`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "chacha20-poly1305"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Nick Johnson <nick@yonson.dev>", "Robert Netzke <rustaceanrob@protonmail.com>"]
|
||||
license = "CC0-1.0"
|
||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||
|
|
Loading…
Reference in New Issue