Skip to content

Commit

Permalink
arc
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Krishnamoorthi <[email protected]>
  • Loading branch information
anakrish committed May 24, 2024
1 parent 2c1a659 commit 94c02c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ default = ["regorus/std", "regorus/full-opa"]
anyhow = "1.0"
serde_json = "1.0.112"
jni = "0.21.1"
regorus = { path = "../..", default-features = false }
regorus = { path = "../..", default-features = false, features = ["arc"] }
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ default = ["regorus/std", "regorus/full-opa"]
anyhow = "1.0"
ordered-float = "4.2.0"
pyo3 = {version = "0.21.0", features = ["anyhow", "extension-module"] }
regorus = { path = "../..", default-features = false }
regorus = { path = "../..", default-features = false, features = ["arc"] }
serde_json = "1.0.112"

2 changes: 1 addition & 1 deletion bindings/ruby/ext/regorusrb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ default = ["regorus/std", "regorus/full-opa"]

[dependencies]
magnus = { version = "0.6.3" }
regorus = { git = "https://github.com/microsoft/regorus", default-features = false }
regorus = { git = "https://github.com/microsoft/regorus", default-features = false, features = ["arc"] }
serde_json = "1.0.115"
serde_magnus = "0.8.1"
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
default = ["regorus/std", "regorus/full-opa"]

[dependencies]
regorus = { path = "../..", default-features = false }
regorus = { path = "../..", default-features = false, features = ["arc"] }
serde_json = "1.0.111"
wasm-bindgen = "0.2.90"

Expand Down

0 comments on commit 94c02c3

Please sign in to comment.