Skip to content

Commit

Permalink
chore(release): 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Jan 24, 2024
1 parent 5f1ab1a commit 431382c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.29.1](https://github.com/maidsafe/self_encryption/compare/v0.29.0...v0.29.1) (2024-01-24)


### Features

* reduce tokio dep requirements ([5f1ab1a](https://github.com/maidsafe/self_encryption/commit/5f1ab1a3ccd6af6d190cdd3e1580ed0a874fe9a3))

## [0.29.0](https://github.com/maidsafe/self_encryption/compare/v0.28.6...v0.29.0) (2024-01-10)


Expand Down
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "self_encryption"
readme = "README.md"
repository = "https://github.com/maidsafe/self_encryption"
version = "0.29.0"
version = "0.29.1"

[dependencies]
aes = "~0.8.1"
Expand Down Expand Up @@ -51,7 +51,10 @@ xor_name = "5.0.0"
[dev-dependencies]
criterion = "~0.3"
docopt = "~0.9.0"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }

[dev-dependencies.tokio]
version = "1.34.0"
features = [ "rt-multi-thread", "macros" ]

[[example]]
bench = false
Expand Down

0 comments on commit 431382c

Please sign in to comment.