Skip to content

Commit 2446414

Browse files
authored
Merge pull request #45 from genonullfree/buy-options
Buy options
2 parents 1554b86 + 875f816 commit 2446414

File tree

3 files changed

+277
-74
lines changed

3 files changed

+277
-74
lines changed

Cargo.lock

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "idlecoin"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -11,3 +11,4 @@ serde_json = "1.0.79"
1111
xxhash-rust = { version = "0.8.2", features = ["xxh3"] }
1212
signal-hook = "0.3.13"
1313
rand = "0.8.5"
14+
chrono = "0.4"

0 commit comments

Comments
 (0)