Skip to content

Commit

Permalink
Bump version to 5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Sep 16, 2024
1 parent c599c12 commit 2492d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo-1.65.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ dependencies = [

[[package]]
name = "oauth2"
version = "5.0.0-alpha.4"
version = "5.0.0-rc.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 <[email protected]>", "Florin Lipan <[email protected]>", "David A. Ramos <[email protected]>"]
version = "5.0.0-alpha.4"
version = "5.0.0-rc.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 2492d69

Please sign in to comment.