Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 19, 2024
1 parent dc32e59 commit 6c11a0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion crates/imt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -9,7 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.0.1](https://github.com/privacy-scaling-explorations/zk-kit.rust/releases/tag/v0.0.1) - 2024-07-18

### Added
- *(imt)* add `imt` crate ([#5](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/5))

- _(imt)_ add `imt` crate ([#5](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/5))

### Other

- update list of available crates ([#7](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/7))
2 changes: 1 addition & 1 deletion crates/imt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "zk-kit-imt"
description = "Incremental Merkle Tree"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
description = "Incremental Merkle Tree"

[dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit 6c11a0c

Please sign in to comment.