Skip to content

Commit

Permalink
Merge pull request nyx-space#243 from nyx-space/master
Browse files Browse the repository at this point in the history
Update 4.0.0-dev to latest master
  • Loading branch information
ChristopherRabotin authored Jun 12, 2023
2 parents 0dc5fac + 2b17f58 commit 8396a4d
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 219 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hifitime"
version = "3.8.1"
version = "3.8.2"
authors = ["Christopher Rabotin <christopher.rabotin@gmail.com>"]
description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support"
homepage = "https://nyxspace.com/"
Expand All @@ -21,7 +21,7 @@ name = "hifitime"
serde = {version = "1.0.155", optional = true}
serde_derive = {version = "1.0.155", optional = true}
der = {version = "0.6.1", features = ["derive", "real"], optional = true}
pyo3 = { version = "0.18.1", features = ["extension-module"], optional = true }
pyo3 = { version = "0.19.0", features = ["extension-module"], optional = true }
num-traits = {version = "0.2.15", default-features = false, features = ["libm"]}
lexical-core = {version = "0.8.5", default-features = false, features = ["parse-integers", "parse-floats"]}
reqwest = { version = "0.11", features = ["blocking", "json"], optional = true}
Expand All @@ -30,7 +30,7 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }

[dev-dependencies]
serde_json = "1.0.91"
criterion = "0.4.0"
criterion = "0.5.1"
iai = "0.1"

[features]
Expand Down
Loading

0 comments on commit 8396a4d

Please sign in to comment.