Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jan 21, 2025
1 parent dbb3f5c commit fb5b3e2
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 @@ -1078,7 +1078,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"

[[package]]
name = "openidconnect"
version = "4.0.0-rc.1"
version = "4.0.0"
dependencies = [
"anyhow",
"base64",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openidconnect"
version = "4.0.0-rc.1"
version = "4.0.0"
authors = ["David A. Ramos <[email protected]>"]
description = "OpenID Connect library"
keywords = ["openid", "oidc", "oauth2", "authentication", "auth"]
Expand Down

0 comments on commit fb5b3e2

Please sign in to comment.