Skip to content

Commit 15e36e0

Browse files
Merge pull request #480 from nyx-space/feat-tcg-tcb-support-13545674229496439824
Implement TCG and TCB Support
2 parents 508e966 + 312479e commit 15e36e0

10 files changed

Lines changed: 786 additions & 476 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hifitime"
3-
version = "4.2.6"
3+
version = "4.3.0"
44
authors = ["Christopher Rabotin <christopher.rabotin@gmail.com>"]
55
description = "Ultra-precise date and time handling in Rust for scientific applications with leap second support"
66
homepage = "https://nyxspace.com/"
@@ -57,6 +57,7 @@ lts = ["std", "ureq", "ut1"]
5757
serde_json = "1.0.91"
5858
criterion = "0.7.0"
5959
iai = "0.1"
60+
sofars = "0.6.1"
6061

6162
[target.wasm32-unknown-unknown.dependencies]
6263
js-sys = { version = "0.3" }

0 commit comments

Comments
 (0)