From 3335f1b34d213bcbf79274b08aee66b2ae95f874 Mon Sep 17 00:00:00 2001 From: Andrey Kononykhin Date: Tue, 12 Oct 2021 13:20:24 +0300 Subject: [PATCH 1/2] fixes documentation link Signed-off-by: Andrey Kononykhin --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecfeb2e..e4eb1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,11 @@ [package] name = 'didcomm' -version = '0.1.1' +version = '0.1.2' authors = ['Vyacheslav Gudkov '] edition = '2018' description = 'DIDComm for Rust' license = 'Apache-2.0' homepage = 'https://github.com/sicpa-dlab/didcomm-rust' -documentation = 'https://github.com/sicpa-dlab/didcomm-python' readme = 'README.md' [dependencies] From f10e47475e8720d5253a9b57251b01d7295bbd05 Mon Sep 17 00:00:00 2001 From: Andrey Kononykhin Date: Tue, 12 Oct 2021 13:38:53 +0300 Subject: [PATCH 2/2] updates metadata Signed-off-by: Andrey Kononykhin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4eb1cd..9379d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ['Vyacheslav Gudkov '] edition = '2018' description = 'DIDComm for Rust' license = 'Apache-2.0' -homepage = 'https://github.com/sicpa-dlab/didcomm-rust' +repository = 'https://github.com/sicpa-dlab/didcomm-rust' readme = 'README.md' [dependencies]