diff options
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 7441640c..dff89315 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -63,6 +63,7 @@ sha2 = { version = "0.10", optional = true } rmp-serde = { version = "1.0.0", optional = true } base64 = { version = "0.13.0", optional = true } tokio = { version = "1", features = ["full"] } +semver = "1.0.14" [dev-dependencies] tokio = { version = "1", features = ["full"] } |
