Skip to content

Commit

Permalink
Merge pull request #151 from rust-secure-code/release-v0.6.4
Browse files Browse the repository at this point in the history
Release cargo-auditable v0.6.4
  • Loading branch information
Shnatsel authored May 8, 2024
2 parents 17fc93a + fd0393f commit a0ed9cb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 128 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions cargo-auditable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.4] - 2024-05-08

### Added

- LoongArch support

## [0.6.3] - 2024-05-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions cargo-auditable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-auditable"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
authors = ["Sergey \"Shnatsel\" Davidoff <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -24,5 +24,5 @@ wasm-gen = "0.1.4"

[dev-dependencies]
cargo_metadata = "0.15"
auditable-info = {version = "0.7.1", path = "../auditable-info", features = ["wasm"]}
auditable-info = {version = "0.7.2", path = "../auditable-info", features = ["wasm"]}
which = "4.3.0"
130 changes: 5 additions & 125 deletions rust-audit-info/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0ed9cb

Please sign in to comment.