Skip to content

Commit

Permalink
providers/enchant: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Aug 6, 2019
1 parent b769eed commit d29702d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
22 changes: 12 additions & 10 deletions providers/enchant/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions providers/enchant/Cargo.toml
@@ -1,10 +1,10 @@
[package]
authors = ["Jan Tojnar <jtojnar@gmail.com>"]
name = "patronus-enchant"
version = "0.1.1"
version = "0.2.0"

[dependencies]
enchant = "0.1"
enchant = "0.2"
patronus-provider = {path = "../../patronus-provider"}

[lib]
Expand Down
1 change: 0 additions & 1 deletion providers/enchant/src/lib.rs
@@ -1,5 +1,4 @@
extern crate enchant;
#[macro_use]
extern crate patronus_provider;

use enchant::Broker;
Expand Down

0 comments on commit d29702d

Please sign in to comment.