Skip to content

Commit 426e8fa

Browse files
committed
v0.3.2
1 parent a3dde14 commit 426e8fa

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

CHANGELOG.md

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

9-
## Unreleased
9+
## v0.3.2 (2024-10-04)
1010

1111
### Added
1212

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "alot"
33
description = "A forbid-unsafe, generational slot map with usize-sized IDs"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
rust-version = "1.65.0"

deny.toml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1+
[graph]
12
targets = []
23

34
[advisories]
45
db-path = "~/.cargo/advisory-db"
56
db-urls = ["https://github.com/rustsec/advisory-db"]
6-
vulnerability = "deny"
7-
unmaintained = "warn"
87
yanked = "warn"
9-
notice = "warn"
108
ignore = []
119

1210
[licenses]
13-
unlicensed = "deny"
14-
allow = []
15-
deny = []
16-
copyleft = "deny"
17-
allow-osi-fsf-free = "either"
18-
default = "deny"
11+
allow = ["MIT", "Apache-2.0"]
1912
confidence-threshold = 0.8
2013
exceptions = []
2114

15+
[[licenses.clarify]]
16+
name = "ring"
17+
version = "*"
18+
expression = "MIT AND ISC AND OpenSSL"
19+
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
20+
2221
[licenses.private]
2322
ignore = true
2423

0 commit comments

Comments
 (0)