baoyachi / duration-str

duration string parser write by Rust.Playground(REPL)
https://baoyachi.github.io/duration-str/
36 stars 9 forks source link

Fix compile error in specific feature combinations #37

Closed Leo1003 closed 5 months ago

Leo1003 commented 5 months ago

With some default features not enabled, it can cause compile error when using this crate.

baoyachi commented 5 months ago

Thx @Leo1003 .

baoyachi commented 5 months ago

New version published, please use :

duration-str = "0.9.1"