Skip to content

Commit

Permalink
Bump version to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed May 17, 2023
1 parent 9339aed commit 6b21af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo-1.45.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ dependencies = [

[[package]]
name = "oauth2"
version = "4.4.0"
version = "4.4.1"
dependencies = [
"anyhow",
"async-std",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oauth2"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Florin Lipan <florinlipan@gmail.com>", "David A. Ramos <ramos@cs.stanford.edu>"]
version = "4.4.0"
version = "4.4.1"
license = "MIT OR Apache-2.0"
description = "An extensible, strongly-typed implementation of OAuth2"
repository = "https://github.com/ramosbugs/oauth2-rs"
Expand Down

0 comments on commit 6b21af5

Please sign in to comment.