Skip to content

Commit

Permalink
biscuit-auth 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 29, 2023
1 parent d9e8389 commit f8e6e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions biscuit-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-auth"
version = "3.2.0"
version = "4.0.0"
description = "an authorization token with decentralized verification and offline attenuation"
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
edition = "2018"
Expand Down Expand Up @@ -44,8 +44,8 @@ serde = { version = "1.0.132", optional = true, features = ["derive"] }
getrandom = { version = "0.1.16" }
time = { version = "0.3.7", features = ["formatting", "parsing"] }
uuid = { version = "1", optional = true }
biscuit-parser = { version = "0.1.1", path = "../biscuit-parser" }
biscuit-quote = { version = "0.2.1", optional = true, path = "../biscuit-quote" }
biscuit-parser = { version = "0.1.2", path = "../biscuit-parser" }
biscuit-quote = { version = "0.2.2", optional = true, path = "../biscuit-quote" }
chrono = { version = "0.4.26", optional = true, default-features = false, features = ["serde"] }


Expand Down

0 comments on commit f8e6e7e

Please sign in to comment.