Skip to content
Snippets Groups Projects

rust: Bump orcxx version

Closed Antoine Lambert requested to merge anlambert/swh-graph:bump-orcxx into master
1 unresolved thread
+ 2
2
@@ -28,8 +28,8 @@ clap = { version = "4.1.6", features = ["derive"] }
ph = { version = "0.8.0" }
#orcxx = { version = "0.4.2", optional = true }
#orcxx_derive = { version = "0.4.2", optional = true }
orcxx = { git = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs.git", optional = true, rev = "a8101cabab6267dad5916a4937228b71d6fe8263" }
orcxx_derive = { git = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs.git", optional = true, rev = "a8101cabab6267dad5916a4937228b71d6fe8263" }
orcxx = { git = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs.git", optional = true, rev = "0d77c3ed9c5ff0e494f2ab5fabb5f3f9c8c70c84" }
orcxx_derive = { git = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs.git", optional = true, rev = "0d77c3ed9c5ff0e494f2ab5fabb5f3f9c8c70c84" }
#orcxx = { path = "../../../../rust/orcxx/orcxx/", optional = true }
#orcxx_derive = { path = "../../../../rust/orcxx/orcxx_derive/", optional = true }
faster-hex = { version = "0.8.0", features = ["std"], default-features = false }
Loading