1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Remove sled dependency

This commit is contained in:
Roman Zeyde 2018-06-05 23:35:38 +03:00
parent a80c322442
commit ca82a585e6
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -21,5 +21,4 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
simplelog = "0.5"
sled = "0.15"
time = "0.1"