Skip to content

Commit d62fb21

Browse files
committed
fix textplots dependency
there is a bug in version 0.8 in drawing step functions, should switch to official release once loony-bean/textplots-rs#58 is merged
1 parent e3a12a2 commit d62fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topology-checker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ rand = "0.9.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_yaml = "0.9"
1717
terminal_size = "0.4.1"
18-
textplots = { version = "0.8.6", path = "../../textplots-rs" }
18+
textplots = { version = "0.8.6", git = "https://github.com/rkuhn/textplots-rs.git" }

0 commit comments

Comments
 (0)