Skip to content

Commit 1a7a268

Browse files
committed
chore: Release incremental-topo version 0.3.1
1 parent 9d1450e commit 1a7a268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "incremental-topo"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Declan Kelly <dkelly.home@gmail.com>"]
55
description = "Data structure to maintain an incremental topological ordering over a collection of values"
66
repository = "https://github.com/declanvk/incremental-topo/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use `incremental-topo`, first add this to your `Cargo.toml`:
1212

1313
```toml
1414
[dependencies]
15-
incremental-topo = "0.3.0"
15+
incremental-topo = "0.3.1"
1616
```
1717

1818
Next, add this to your crate:

0 commit comments

Comments
 (0)