Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lotas committed Sep 13, 2024
1 parent 265ca21 commit 7b28f4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v5.0.1

- `base64` upgraded to 0.22

## v5.0.0

- `ring` upgraded to 0.17.0
Expand Down
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "hawk"
version = "5.0.0"
authors = ["Jonas Finnemann Jensen <[email protected]>", "Dustin J. Mitchell <[email protected]>"]
version = "5.0.1"
authors = [
"Jonas Finnemann Jensen <[email protected]>",
"Dustin J. Mitchell <[email protected]>",
]
license = "MPL-2.0"
readme = "README.md"
repository = "https://github.com/taskcluster/rust-hawk"
Expand All @@ -10,11 +13,7 @@ homepage = "https://docs.rs/hawk/"
description = "Hawk Implementation for Rust"
edition = "2021"
build = "build.rs"
exclude = [
"docker/*",
".taskcluster.yml",
".git*",
]
exclude = ["docker/*", ".taskcluster.yml", ".git*"]

[dev-dependencies]
pretty_assertions = "^1.0.0"
Expand Down

0 comments on commit 7b28f4e

Please sign in to comment.