diff options
author | Determinant <[email protected]> | 2020-08-25 17:35:17 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-08-25 17:35:17 -0400 |
commit | 395bd19d51c5f5e0bfd3b5897ddce5f6bef5ec79 (patch) | |
tree | 416234ba859ac761e12b15182adbc6c67a3875d1 /Cargo.lock | |
parent | 5a578e4dac2721b324aff1665b7d2afbe00b5fb3 (diff) |
simplify API by moving `recover_func` to `load()`v0.1.5
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "growth-ring" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-trait", "crc", |