diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-06-18 12:33:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-18 12:33:55 +0100 |
| commit | b8b57c86af9f757b1f13ce439d215cbdc3e3104d (patch) | |
| tree | 4346dce9fe912f782dd0a2e8d2281eb24959de57 /atuin-client/Cargo.toml | |
| parent | clean apt cache in Dockerfile (#932) (diff) | |
| download | atuin-b8b57c86af9f757b1f13ce439d215cbdc3e3104d.zip | |
remove rmp-serde (#1057)
* remove rmp-serde
* use version info
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index e00dc910..8147ddca 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -51,7 +51,6 @@ sql-builder = "3" lazy_static = "1" memchr = "2.5" rmp = { version = "0.8.11" } -rmp-serde = { version = "1.1.1" } typed-builder = "0.14.0" # sync |
