Skip to content

Commit 20e9414

Browse files
committed
Re-expose panicking APIs
1 parent 5a19e53 commit 20e9414

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Versioning].
77

88
---
99

10+
## 0.2.13 [2020-05-01]
11+
12+
### Fixed
13+
14+
Panicking APIs are re-exposed.
15+
1016
## 0.2.12 [2020-04-30]
1117

1218
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
authors = ["Jacob Pratt <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/time-rs/time"

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() {
2929
cfg_aliases! {
3030
"std" => std,
3131
"deprecated" => v01_deprecated_api,
32-
"panicking_api" => panicking_api,
32+
"panicking-api" => panicking_api,
3333
"rand" => rand,
3434
"serde" => serde,
3535
"__doc" => docs,

0 commit comments

Comments
 (0)