Skip to content

Commit

Permalink
Bump to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Zavershynskyi committed Sep 13, 2019
1 parent 3a17c16 commit aec2fa9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions borsh-rs/Cargo.lock

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

2 changes: 1 addition & 1 deletion borsh-rs/borsh-derive-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "borsh-derive-internal"
version = "0.2.3"
version = "0.2.4"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions borsh-rs/borsh-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "borsh-derive"
version = "0.2.3"
version = "0.2.4"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -16,6 +16,6 @@ Binary Object Representation Serializer for Hashing
proc-macro = true

[dependencies]
borsh-derive-internal = { path = "../borsh-derive-internal" , version="0.2.3"}
borsh-derive-internal = { path = "../borsh-derive-internal" , version="0.2.4"}
syn = {version = "0.15.34", features = ["full", "fold"] }

4 changes: 2 additions & 2 deletions borsh-rs/borsh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "borsh"
version = "0.2.3"
version = "0.2.4"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ Binary Object Representation Serializer for Hashing
"""

[dependencies]
borsh-derive = { path = "../borsh-derive", version = "0.2.3" }
borsh-derive = { path = "../borsh-derive", version = "0.2.4" }

[features]
default = ["std"]
Expand Down

0 comments on commit aec2fa9

Please sign in to comment.