Skip to content

Commit

Permalink
Merge pull request #9 from autozimu/serde
Browse files Browse the repository at this point in the history
Turn on serde support for Value.
  • Loading branch information
daa84 authored Oct 26, 2017
2 parents 3035707 + 44b801d commit a025401
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
25 changes: 21 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neovim-lib"
version = "0.4.2"
version = "0.4.3"
authors = ["daa84 <[email protected]>"]
license = "LGPL-3.0"
description = "msgpack-rpc neovim client"
Expand All @@ -16,7 +16,7 @@ travis-ci = { repository = "daa84/neovim-lib", branch = "master" }

[dependencies]
rmp = "0.8"
rmpv = "0.3"
rmpv = { version ="0.4", features=["with-serde"] }
log = "0.3"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit a025401

Please sign in to comment.