File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ] ( https://github.com/Ratysz/resources/compare/1.0.0..HEAD ) - 2020-07-XX
7
+ ## [ 1.1.0 ] ( https://github.com/Ratysz/resources/compare/1.0.0..1.1.0 ) - 2020-07-02
8
8
### Removed
9
9
- deps.rs badge.
10
10
### Added
@@ -32,6 +32,6 @@ retrieving up to 16 resources with a one-liner.
32
32
- ` Resources::remove() ` now returns an option rather than a result.
33
33
- README.md now mirrors crate level docs.
34
34
35
- ## [ 0.1.0] ( https://github.com/Ratysz/resources/releases/tag/0.1.0 ) - 2019-12-13
35
+ ## [ 0.1.0] ( https://github.com/Ratysz/resources/releases/tag/0.1.0 ) - 2019-12-13
36
36
### Added
37
37
- Initial release.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " resources"
3
- version = " 1.0 .0"
3
+ version = " 1.1 .0"
4
4
description = " Safe store for one value of each type, with interior mutability."
5
5
authors = [
" Alexander Sepity <[email protected] >" ]
6
6
edition = " 2018"
@@ -21,6 +21,6 @@ maintenance = { status = "passively-maintained" }
21
21
fetch = []
22
22
23
23
[dependencies ]
24
- downcast-rs = " 1.1.1 "
24
+ downcast-rs = " 1.2.0 "
25
25
fxhash = " 0.2.1"
26
- parking_lot = " 0.10 .0"
26
+ parking_lot = " 0.11 .0"
You can’t perform that action at this time.
0 commit comments