Skip to content

Commit

Permalink
update cfg-if to 0.1.10 to fix backtrace bug, release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Feb 25, 2020
1 parent 1c0476a commit 2423c47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.2.0 (February 2020)

- **Bugfixes**:
- lock cfg-if to 0.1.10 to fix [cfg-if/33](https://github.com/alexcrichton/cfg-if/issues/33)

### v0.2.0 (December 2019)

- **Features**:
Expand Down
2 changes: 1 addition & 1 deletion refinery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refinery"
version = "0.2.0"
version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>", "João Oliveira <hello@jxs.pt>"]
license = "MIT OR Apache-2.0"
description = "Powerful SQL migration toolkit for Rust"
Expand Down
4 changes: 2 additions & 2 deletions refinery_migrations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refinery-migrations"
version = "0.2.0"
version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>", "João Oliveira <hello@jxs.pt>"]
description = "This crate should not be used directly, it is internaly related to Refinery"
license = "MIT OR Apache-2.0"
Expand All @@ -24,7 +24,7 @@ mysql = {version = "16.0", optional = true}
chrono = "0.4"
walkdir = "2.2"
serde = { version = "1.0", features = ["derive"] }
cfg-if = "0.1"
cfg-if = "0.1.10"
thiserror = "1.0"
async-trait = "0.1"
tokio-postgres = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 2423c47

Please sign in to comment.