Skip to content

Commit 2492d69

Browse files
committed
Bump version to 5.0.0-rc.1
1 parent c599c12 commit 2492d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo-1.65.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ dependencies = [
886886

887887
[[package]]
888888
name = "oauth2"
889-
version = "5.0.0-alpha.4"
889+
version = "5.0.0-rc.1"
890890
dependencies = [
891891
"anyhow",
892892
"async-std",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oauth2"
33
authors = ["Alex Crichton <[email protected]>", "Florin Lipan <[email protected]>", "David A. Ramos <[email protected]>"]
4-
version = "5.0.0-alpha.4"
4+
version = "5.0.0-rc.1"
55
license = "MIT OR Apache-2.0"
66
description = "An extensible, strongly-typed implementation of OAuth2"
77
repository = "https://github.com/ramosbugs/oauth2-rs"

0 commit comments

Comments
 (0)