Skip to content

Commit

Permalink
Re-expose panicking APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed May 2, 2020
1 parent 5a19e53 commit 20e9414
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Versioning].

---

## 0.2.13 [2020-05-01]

### Fixed

Panicking APIs are re-exposed.

## 0.2.12 [2020-04-30]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "time"
version = "0.2.12"
version = "0.2.13"
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
edition = "2018"
repository = "https://github.com/time-rs/time"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn main() {
cfg_aliases! {
"std" => std,
"deprecated" => v01_deprecated_api,
"panicking_api" => panicking_api,
"panicking-api" => panicking_api,
"rand" => rand,
"serde" => serde,
"__doc" => docs,
Expand Down

0 comments on commit 20e9414

Please sign in to comment.