From 02985f70f5437a22dfc405cf9af854e973e0b212 Mon Sep 17 00:00:00 2001 From: Jared Stanbrough Date: Mon, 5 Apr 2021 15:38:07 -0700 Subject: [PATCH] fix(rust): rename bbs crate --- .../rust/ockam/ockam_signature_bbs/CHANGELOG.md | 10 ++++++++++ .../rust/ockam/ockam_signature_bbs/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 implementations/rust/ockam/ockam_signature_bbs/CHANGELOG.md diff --git a/implementations/rust/ockam/ockam_signature_bbs/CHANGELOG.md b/implementations/rust/ockam/ockam_signature_bbs/CHANGELOG.md new file mode 100644 index 00000000000..ca913ef30df --- /dev/null +++ b/implementations/rust/ockam/ockam_signature_bbs/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this crate will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# v0.1.0 - 2021-04-05 + +- Initial release. diff --git a/implementations/rust/ockam/ockam_signature_bbs/Cargo.toml b/implementations/rust/ockam/ockam_signature_bbs/Cargo.toml index aca4e3ad775..6a6c4e7a792 100644 --- a/implementations/rust/ockam/ockam_signature_bbs/Cargo.toml +++ b/implementations/rust/ockam/ockam_signature_bbs/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bbs" +name = "ockam_signature_bbs" version = "0.1.0" authors = ["Ockam Developers"] edition = "2018"