Skip to content

Commit c8610eb

Browse files
committed
Bumped dependencies, preparing for 1.1.0 release.
1 parent bdaff34 commit c8610eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

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
88
### Removed
99
- deps.rs badge.
1010
### Added
@@ -32,6 +32,6 @@ retrieving up to 16 resources with a one-liner.
3232
- `Resources::remove()` now returns an option rather than a result.
3333
- README.md now mirrors crate level docs.
3434

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
3636
### Added
3737
- Initial release.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resources"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Safe store for one value of each type, with interior mutability."
55
authors = ["Alexander Sepity <[email protected]>"]
66
edition = "2018"
@@ -21,6 +21,6 @@ maintenance = { status = "passively-maintained" }
2121
fetch = []
2222

2323
[dependencies]
24-
downcast-rs = "1.1.1"
24+
downcast-rs = "1.2.0"
2525
fxhash = "0.2.1"
26-
parking_lot = "0.10.0"
26+
parking_lot = "0.11.0"

0 commit comments

Comments
 (0)