Skip to content

Commit

Permalink
biscuit-auth 3.1.0, biscuit-quote 0.2.1 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored Apr 26, 2023
1 parent 52fa178 commit 916ca27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0.0"
version = "3.1.0"
description = "an authorization token with decentralized verification and offline attenuation"
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
edition = "2018"
Expand Down Expand Up @@ -43,7 +43,7 @@ getrandom = { version = "0.1.16" }
time = { version = "0.3.7", features = ["formatting", "parsing"] }
uuid = { version = "1", optional = true }
biscuit-parser = { version = "0.1.0", path = "../biscuit-parser" }
biscuit-quote = { version = "0.2.0", optional = true, path = "../biscuit-quote" }
biscuit-quote = { version = "0.2.1", optional = true, path = "../biscuit-quote" }


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion biscuit-quote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-quote"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "macros for compile time datalog parsing for Biscuit authorization tokens"
authors = ["Clément Delafargue <clement@delafargue.name>", "Geoffroy Couprie <contact@geoffroycouprie.com>"]
Expand Down

0 comments on commit 916ca27

Please sign in to comment.