wala-rust

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

commit 178c8643c3fe6f1afc5ee4eb22a2afde29504687
parent 3dddb4c7e45aeb16ff95878d7bfc43dd74044de3
Author: lash <dev@holbrook.no>
Date:   Wed,  5 Oct 2022 09:58:21 +0000

Bump version

Diffstat:
MCHANGELOG | 2++
MCargo.toml | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.1.1 + * Replace pgp package with sequoia-openpgp - 0.1.0 * immutable PUT * mutable reference PUT diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wala" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.60" license = "GPL-3.0-or-later"