Browse Source

upgrades money dep to v0.2

master
Jonathan Strong 6 years ago
parent
commit
37c80f322d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "logging"
version = "0.2.1"
version = "0.2.2"
authors = ["Jonathan Strong <jstrong@legis.io>"]

[dependencies]
@@ -21,7 +21,7 @@ uuid = { version = "0.5", features = ["serde", "v4"] }
decimal = { path = "../decimal", version = "2" }

windows = { path = "../windows", version = "0.1" }
money = { path = "../money", version = "0.1" }
money = { path = "../money", version = "0.2" }
pubsub = { path = "../pubsub" }

[features]


Loading…
Cancel
Save