Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zrkn committed Jan 31, 2020
1 parent a156522 commit bcb3083
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
@@ -1,6 +1,6 @@
[package]
name = "rlua_serde"
version = "0.3.1"
version = "0.4.0"
authors = ["zrkn <[email protected]>"]
description = "Serde (De)serializer implementation for rlua Value"
repository = "https://github.com/zrkn/rlua_serde/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use `rlua_serde`, first add this to your `Cargo.toml`:

```toml
[dependencies]
rlua_serde = "0.3"
rlua_serde = "0.4"
```

Next, you can use `to_value`/`from_value` functions to serialize/deserialize:
Expand Down

0 comments on commit bcb3083

Please sign in to comment.