Skip to content

Commit

Permalink
Enable full no-std use
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 15, 2024
1 parent fddcea8 commit e46738d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changes between the versions

### 0.7.2 (2024-09-16)

* Enable full no-std use

### 0.7.1 (2024-09-15)

* Add missing Changelog for doc creation
Expand Down
2 changes: 1 addition & 1 deletion examples/current-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
publish = false

[dependencies]
tzdb = { path = "../../tzdb", version = "0.7.1" }
tzdb = { path = "../../tzdb", version = "0.7.2" }
2 changes: 1 addition & 1 deletion tzdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down

0 comments on commit e46738d

Please sign in to comment.