Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  drop log dependency and fix readme
  • Loading branch information
najamelan committed Nov 13, 2019
2 parents 3bf7a26 + 2f2e31d commit 8ae5977
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Pharos Changelog

## 0.4.2 - 2019-11-13

- drop dependency on log.

## 0.4.1 - 2019-11-13

- update dependencies to futures 0.3.1.
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repository = "najamelan/pharos"

[dependencies]
futures-channel = "^0.3"
log = "^0.4"

[dependencies.futures]
default-features = false
Expand All @@ -32,7 +31,7 @@ license = "Unlicense"
name = "pharos"
readme = "README.md"
repository = "https://github.com/najamelan/pharos"
version = "0.4.1"
version = "0.4.2"

[package.metadata]
[package.metadata.docs]
Expand Down
3 changes: 1 addition & 2 deletions Cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package:
# - merge dev branch into master
# - create git tag
#
version : 0.4.1
version : 0.4.2
name : pharos
authors : [ Naja Melan <[email protected]> ]
edition : '2018'
Expand Down Expand Up @@ -45,7 +45,6 @@ dependencies:

futures : { version: ^0.3, default-features: false }
futures-channel: ^0.3
log : ^0.4

dev-dependencies:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ This crate only has one dependencies. Cargo will automatically handle it's depen
```yaml
dependencies:

futures-preview: { version: ^0.3.0-alpha, features: [async-await, nightly] }
futures : { version: ^0.3, default-features: false }
futures-channel: ^0.3
```
## Usage
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ mod import
UnboundedReceiver as FutUnboundedReceiver ,
SendError as FutSendError ,
},

log::*,
};

#[ cfg( test ) ]
Expand Down

0 comments on commit 8ae5977

Please sign in to comment.