Skip to content

Commit

Permalink
chore: Add core version after publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
malthesr committed Aug 31, 2023
1 parent aa66c4a commit f1752cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0"
clap = { version = "4.4", features = ["derive"] }
env_logger = { version = "0.10", default-features = false }
log = "0.4"
sfs-core = { path = "../core" }
sfs-core = { version = "0.1", path = "../core" }

[dev-dependencies]
trycmd = "0.14"

0 comments on commit f1752cf

Please sign in to comment.