Skip to content

Commit 3f9152e

Browse files
committed
1 parent d97cbec commit 3f9152e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

traitgraph-algo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "traitgraph-algo"
33
description = "Graph algorithms based on the traitgraph crate"
44
categories = ["data-structures", "mathematics", "science"]
55
keywords = ["graph", "trait", "abstract", "implementation", "algorithm"]
6-
version = "8.1.1"
6+
version = "8.1.2"
77
authors = ["Sebastian Schmidt <[email protected]>"]
88
edition = "2021"
99
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"

traitgraph-tsplib-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "traitgraph-tsplib-io"
33
description = "Functions to read and write graphs in TSPLIB format"
44
categories = ["data-structures", "mathematics", "science"]
55
keywords = ["graph", "trait", "abstract", "implementation", "tsplib"]
6-
version = "8.1.1"
6+
version = "8.1.2"
77
authors = ["Sebastian Schmidt <[email protected]>"]
88
edition = "2021"
99
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"

traitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "traitgraph"
33
description = "Abstracting over different graph representations"
44
categories = ["data-structures", "mathematics", "science"]
55
keywords = ["graph", "trait", "abstract", "implementation"]
6-
version = "8.1.1"
6+
version = "8.1.2"
77
authors = ["Sebastian Schmidt <[email protected]>"]
88
edition = "2021"
99
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"

traitsequence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "traitsequence"
33
description = "Traits to abstract over sequences."
44
categories = ["data-structures"]
55
keywords = ["sequence", "trait", "abstract", "strong-typedef"]
6-
version = "8.1.1"
6+
version = "8.1.2"
77
authors = ["Sebastian Schmidt <[email protected]>"]
88
edition = "2021"
99
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"

0 commit comments

Comments
 (0)