Skip to content

Commit 95c86fe

Browse files
committed
chore: bump biscuit-rust to 6.0.0
1 parent 9ccdd9e commit 95c86fe

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

33
- support for third-party blocks
4+
- biscuit-rust 6.0.0
45

56
# 0.4.0-beta.2
67

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "biscuit_auth"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
biscuit-auth = { version = "6.0.0-beta.3", features = ["pem"] }
11+
biscuit-auth = { version = "6.0.0", features = ["pem"] }
1212
pyo3 = { version = "0.24.1", features = ["extension-module", "chrono"] }
1313
hex = "0.4"
1414
base64 = "0.13.0"

0 commit comments

Comments
 (0)