Skip to content

Commit 7b28f4e

Browse files
committed
Release 5.0.1
1 parent 265ca21 commit 7b28f4e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

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

3+
## v5.0.1
4+
5+
- `base64` upgraded to 0.22
6+
37
## v5.0.0
48

59
- `ring` upgraded to 0.17.0

Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "hawk"
3-
version = "5.0.0"
4-
authors = ["Jonas Finnemann Jensen <[email protected]>", "Dustin J. Mitchell <[email protected]>"]
3+
version = "5.0.1"
4+
authors = [
5+
"Jonas Finnemann Jensen <[email protected]>",
6+
"Dustin J. Mitchell <[email protected]>",
7+
]
58
license = "MPL-2.0"
69
readme = "README.md"
710
repository = "https://github.com/taskcluster/rust-hawk"
@@ -10,11 +13,7 @@ homepage = "https://docs.rs/hawk/"
1013
description = "Hawk Implementation for Rust"
1114
edition = "2021"
1215
build = "build.rs"
13-
exclude = [
14-
"docker/*",
15-
".taskcluster.yml",
16-
".git*",
17-
]
16+
exclude = ["docker/*", ".taskcluster.yml", ".git*"]
1817

1918
[dev-dependencies]
2019
pretty_assertions = "^1.0.0"

0 commit comments

Comments
 (0)