Skip to content

Commit

Permalink
Bump serialization lib (#53)
Browse files Browse the repository at this point in the history
* [chore] Bump serialization dependency

* [chore] Bump package.json

* [chore] Bump cargo
  • Loading branch information
stackchain committed Jan 19, 2022
1 parent 8c40674 commit 1ff1186
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@emurgo/react-native-haskell-shelley",
"title": "React Native Haskell Shelley",
"version": "3.1.2",
"version": "3.1.3",
"description": "React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)",
"main": "index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "react-native-haskell-shelley"
version = "3.1.2"
version = "3.1.3"
authors = ["EMURGO R&D"]
edition = "2018"

[build-dependencies]
cbindgen = "=0.14.1"

[dependencies]
cardano-serialization-lib = { git = "https://github.com/Emurgo/cardano-serialization-lib.git", tag="9.1.1" }
cardano-serialization-lib = { git = "https://github.com/Emurgo/cardano-serialization-lib.git", tag="9.1.4" }
# tag = "2.3.1"

[target.'cfg(target_os="android")'.dependencies]
Expand Down

0 comments on commit 1ff1186

Please sign in to comment.