Skip to content

Commit 3718eb6

Browse files
committed
Bump gel-jwt v0.1.4
1 parent 26a847e commit 3718eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gel-babelfish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gel-stream = { path = "../gel-stream", version = "^0.4.5", features = ["server",
1414
gel-auth = { path = "../gel-auth", version = "^0.1.7", features = ["postgres", "gel"] }
1515
gel-pg-protocol = { path = "../gel-pg-protocol", version = "^0.1.2" }
1616
gel-db-protocol = { path = "../gel-db-protocol", version = "0.2.0" }
17-
gel-jwt = { path = "../gel-jwt", version = "0.1", features = ["keygen"] }
17+
gel-jwt = { path = "../gel-jwt", version = "^0.1.4", features = ["keygen"] }
1818

1919
hyper = { version = "1.6.0", features = ["full"] }
2020
hyper-util = { version = "0.1.13", features = ["full"] }

gel-jwt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gel-jwt"
33
license = "MIT/Apache-2.0"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
authors = ["MagicStack Inc. <hello@magic.io>"]
66
edition = "2021"
77
description = """

0 commit comments

Comments
 (0)