Skip to content

Commit a0ed9cb

Browse files
authored
Merge pull request #151 from rust-secure-code/release-v0.6.4
Release cargo-auditable v0.6.4
2 parents 17fc93a + fd0393f commit a0ed9cb

File tree

4 files changed

+14
-128
lines changed

4 files changed

+14
-128
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-auditable/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.4] - 2024-05-08
9+
10+
### Added
11+
12+
- LoongArch support
13+
814
## [0.6.3] - 2024-05-03
915

1016
### Added

cargo-auditable/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-auditable"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55
authors = ["Sergey \"Shnatsel\" Davidoff <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -24,5 +24,5 @@ wasm-gen = "0.1.4"
2424

2525
[dev-dependencies]
2626
cargo_metadata = "0.15"
27-
auditable-info = {version = "0.7.1", path = "../auditable-info", features = ["wasm"]}
27+
auditable-info = {version = "0.7.2", path = "../auditable-info", features = ["wasm"]}
2828
which = "4.3.0"

rust-audit-info/Cargo.lock

Lines changed: 5 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)