We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a19e53 commit 20e9414Copy full SHA for 20e9414
CHANGELOG.md
@@ -7,6 +7,12 @@ Versioning].
7
8
---
9
10
+## 0.2.13 [2020-05-01]
11
+
12
+### Fixed
13
14
+Panicking APIs are re-exposed.
15
16
## 0.2.12 [2020-04-30]
17
18
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "time"
3
-version = "0.2.12"
+version = "0.2.13"
4
authors = ["Jacob Pratt <[email protected]>"]
5
edition = "2018"
6
repository = "https://github.com/time-rs/time"
build.rs
@@ -29,7 +29,7 @@ fn main() {
29
cfg_aliases! {
30
"std" => std,
31
"deprecated" => v01_deprecated_api,
32
- "panicking_api" => panicking_api,
+ "panicking-api" => panicking_api,
33
"rand" => rand,
34
"serde" => serde,
35
"__doc" => docs,
0 commit comments