We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba01fd commit 5b57750Copy full SHA for 5b57750
1 file changed
Cargo.toml
@@ -6,7 +6,7 @@ members = [
6
]
7
8
[workspace.package]
9
-version = "0.1.1"
+version = "0.1.2"
10
authors = ["StackOverflowExcept1on"]
11
edition = "2024"
12
repository = "https://github.com/StackOverflowExcept1on/simple-graph"
@@ -19,4 +19,4 @@ linked-hash-map = "0.5.6"
19
linked_hash_set = "0.1.5"
20
thiserror = "2.0"
21
22
-simple-graph = { version = "0.1.1", path = "simple-graph" }
+simple-graph = { version = "0.1.2", path = "simple-graph" }
0 commit comments