File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## Unreleased
9
+ ## v0.3.2 (2024-10-04)
10
10
11
11
### Added
12
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " alot"
3
3
description = " A forbid-unsafe, generational slot map with usize-sized IDs"
4
- version = " 0.3.1 "
4
+ version = " 0.3.2 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
rust-version = " 1.65.0"
Original file line number Diff line number Diff line change
1
+ [graph ]
1
2
targets = []
2
3
3
4
[advisories ]
4
5
db-path = " ~/.cargo/advisory-db"
5
6
db-urls = [" https://github.com/rustsec/advisory-db" ]
6
- vulnerability = " deny"
7
- unmaintained = " warn"
8
7
yanked = " warn"
9
- notice = " warn"
10
8
ignore = []
11
9
12
10
[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" ]
19
12
confidence-threshold = 0.8
20
13
exceptions = []
21
14
15
+ [[licenses .clarify ]]
16
+ name = " ring"
17
+ version = " *"
18
+ expression = " MIT AND ISC AND OpenSSL"
19
+ license-files = [{ path = " LICENSE" , hash = 0xbd0eed23 }]
20
+
22
21
[licenses .private ]
23
22
ignore = true
24
23
You can’t perform that action at this time.
0 commit comments