changeset 61:bb03769a5cef

Update repository link in Cargo.toml
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 16 Feb 2020 20:52:19 +0100
parents 357d9f06fd9a
children ce9f8785cc88
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sat Oct 12 13:27:58 2019 +0200
+++ b/Cargo.toml	Sun Feb 16 20:52:19 2020 +0100
@@ -1,10 +1,10 @@
 [package]
 name = "sstable"
 description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently. This crate also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate."
-version = "0.6.3"
+version = "0.6.4"
 readme = "README.md"
 keywords = ["sstable", "database"]
-repository = "https://borgac.net/lbo/hg/sstable/"
+repository = "https://github.com/dermesser/sstable"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 license = "MIT"
 documentation = "https://docs.rs/sstable"