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 ac83c6d commit 6ee0cd3Copy full SHA for 6ee0cd3
cggtts-cli/Cargo.toml
@@ -17,6 +17,6 @@ itertools = "0.11.0"
17
env_logger = "0.10"
18
clap = { version = "4.4.6", features = ["derive", "color"] }
19
serde = { version = "1.0", default-features = false, features = ["derive"] }
20
-cggtts = { path = "../cggtts", version = "=4.1.3" }
+cggtts = { path = "../cggtts", version = "=4.1.4" }
21
plotly = "0.8.4"
22
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }
0 commit comments