Skip to content

Commit 0524524

Browse files
sharkdpDavid Peter
authored and
David Peter
committed
Bump numbat-exchange-rates version
1 parent bf80d43 commit 0524524

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numbat-exchange-rates/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A library to fetch and parse currency exchange rates from the ECB
44
authors = ["David Peter <[email protected]>"]
55
homepage = "https://numbat.dev/"
66
repository = "https://github.com/sharkdp/numbat"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
rust-version = "1.70"

numbat-wasm/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numbat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ num-traits = "0.2"
2121
codespan-reporting = "0.11"
2222
strsim = "0.11.0"
2323
pretty_dtoa = "0.3"
24-
numbat-exchange-rates = { version = "0.4.0", path = "../numbat-exchange-rates" }
24+
numbat-exchange-rates = { version = "0.5.0", path = "../numbat-exchange-rates" }
2525
heck = { version = "0.4.1", features = ["unicode"] }
2626
unicode-ident = "1.0.12"
2727
unicode-width = "0.1.11"

0 commit comments

Comments
 (0)