Skip to content

Commit a636cf6

Browse files
committed
Fix dependency on lib
1 parent 4566c60 commit a636cf6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

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

splashsurf/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ homepage = "https://github.com/w1th0utnam3/splashsurf"
1111
repository = "https://github.com/w1th0utnam3/splashsurf"
1212

1313
[dependencies]
14-
splashsurf_lib = { path = "../splashsurf_lib" }
15-
#splashsurf_lib = "0.1"
14+
splashsurf_lib = { path = "../splashsurf_lib", version = "0.1" }
1615
structopt = "0.3"
1716
log = "0.4"
1817
fern = "0.6"

0 commit comments

Comments
 (0)