Skip to content

Commit fb5b3e2

Browse files
committed
Bump version to 4.0.0
1 parent dbb3f5c commit fb5b3e2

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
@@ -1078,7 +1078,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
10781078

10791079
[[package]]
10801080
name = "openidconnect"
1081-
version = "4.0.0-rc.1"
1081+
version = "4.0.0"
10821082
dependencies = [
10831083
"anyhow",
10841084
"base64",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openidconnect"
3-
version = "4.0.0-rc.1"
3+
version = "4.0.0"
44
authors = ["David A. Ramos <ramos@cs.stanford.edu>"]
55
description = "OpenID Connect library"
66
keywords = ["openid", "oidc", "oauth2", "authentication", "auth"]

0 commit comments

Comments
 (0)