Skip to content

Commit

Permalink
Bump libmseed-sys version to 0.2.1+3.0.17
Browse files Browse the repository at this point in the history
Note that this was required due to yanking the previous version.
  • Loading branch information
damb committed Jul 26, 2023
1 parent ce3cff8 commit 05fb832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libmseed-sys = { path = "libmseed-sys", version="0.2.0"}
libmseed-sys = { path = "libmseed-sys", version="0.2.1"}

bitflags = "2.2.1"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion libmseed-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmseed-sys"
version = "0.2.0+3.0.17"
version = "0.2.1+3.0.17"
authors = ["Daniel Armbruster <dani.armbruster@gmail.com>, Brian Savage <savage13@gmail.com>"]
links = "mseed"
build = "build.rs"
Expand Down

0 comments on commit 05fb832

Please sign in to comment.