We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24042e commit 5ceea74Copy full SHA for 5ceea74
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lightning"
3
-version = "0.0.3"
+version = "0.0.4"
4
edition = "2021"
5
6
description = "Provides lightning-fast graph data access to ArangoDB"
@@ -22,4 +22,4 @@ thiserror = "1.0.61"
22
serial_test = "0.5"
23
tokio = { version = "1.38.0", features = ["full"] }
24
arangors = { version = "0.6" }
25
-rstest = "0.21.0"
+rstest = "0.21.0"
0 commit comments