You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cedar-policy-cli/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name = "cedar-policy-cli"
3
3
edition = "2021"
4
4
rust-version = "1.76.0"# minimum supported Rust version is currently 1.76.0 because `cedar-policy-core` requirement. Check with `cargo install cargo-msrv && cargo msrv --min 1.75.0`
5
5
6
-
version = "3.3.0"
6
+
version = "3.4.0"
7
7
license = "Apache-2.0"
8
8
categories = ["compilers", "config"]
9
9
description = "CLI interface for the Cedar Policy language."
Copy file name to clipboardExpand all lines: cedar-policy-core/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ edition = "2021"
4
4
rust-version = "1.76.0"# minimum supported Rust version is currently 1.76.0 because of use of `Arc::unwrap_or_clone()`. Check with `cargo install cargo-msrv && cargo msrv --min 1.75.0`
5
5
build = "build.rs"
6
6
7
-
version = "3.3.0"
7
+
version = "3.4.0"
8
8
license = "Apache-2.0"
9
9
categories = ["compilers", "config"]
10
10
description = "Core implemenation of the Cedar Policy language."
Copy file name to clipboardExpand all lines: cedar-policy-formatter/Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "cedar-policy-formatter"
3
-
version = "3.3.0"
3
+
version = "3.4.0"
4
4
edition = "2021"
5
5
rust-version = "1.76.0"# minimum supported Rust version is currently 1.76.0 because `cedar-policy-core` requirement. Check with `cargo install cargo-msrv && cargo msrv --min 1.75.0`
Copy file name to clipboardExpand all lines: cedar-policy-validator/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name = "cedar-policy-validator"
3
3
edition = "2021"
4
4
rust-version = "1.76.0"# minimum supported Rust version is currently 1.76.0 because `cedar-policy-core` requirement. Check with `cargo install cargo-msrv && cargo msrv --min 1.75.0`
5
5
6
-
version = "3.3.0"
6
+
version = "3.4.0"
7
7
license = "Apache-2.0"
8
8
categories = ["compilers", "config"]
9
9
description = "Validator for the Cedar Policy language."
Copy file name to clipboardExpand all lines: cedar-policy/Cargo.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name = "cedar-policy"
3
3
edition = "2021"
4
4
rust-version = "1.76.0"# minimum supported Rust version is currently 1.76.0 because `cedar-policy-core` requirement. Check with `cargo install cargo-msrv && cargo msrv --min 1.75.0`
5
5
6
-
version = "3.3.0"
6
+
version = "3.4.0"
7
7
license = "Apache-2.0"
8
8
categories = ["compilers", "config"]
9
9
description = "Cedar is a language for defining permissions as policies, which describe who should have access to what."
0 commit comments