Skip to content

Commit

Permalink
Merge pull request #184 from biscuit-auth/release
Browse files Browse the repository at this point in the history
4.0.0 release
  • Loading branch information
Geal committed Sep 1, 2023
2 parents 531339f + f8e6e7e commit 132b0c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion biscuit-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-parser"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Clément Delafargue <clement@delafargue.name>", "Geoffroy Couprie <contact@geoffroycouprie.com>"]
description = "Datalog parser used in the biscuit-auth and biscuit-quote crates"
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.2.2"
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 All @@ -10,7 +10,7 @@ license = "Apache-2.0"
proc-macro = true

[dependencies]
biscuit-parser = { path = "../biscuit-parser", features = ["datalog-macro"], version = "0.1.0" }
biscuit-parser = { path = "../biscuit-parser", features = ["datalog-macro"], version = "0.1.2" }
proc-macro2 = "1"
quote = "1.0.14"
syn = { version = "1.0.85", features = ["full", "extra-traits"] }
Expand Down

0 comments on commit 132b0c9

Please sign in to comment.