Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump for release, using serliaization 0.0.17 #6

Merged
merged 2 commits into from
Aug 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- use holochain-serialization `0.0.17`

### Deprecated

### Removed

### Fixed

### Security

4 changes: 2 additions & 2 deletions config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

# can be any github ref
# branch, tag, commit, etc.
ref = "0.0.22";
ref = "0.0.20";

# the sha of what is downloaded from the above ref
# note: even if you change the above ref it will not be redownloaded until
# the sha here changes (the sha is the cache key for downloads)
# note: to get a new sha, get nix to try and download a bad sha
# it will complain and tell you the right sha
sha256 = "0f373k3c6318qgya6mhk199ins2a4g4rkbqy3v382nix990iq2va";
sha256 = "0k8d66dl9cwhikwl8a24gxald12lvbl4zf0jxfak9snpnb5mnlnm";

# the github owner of the holonix repo
owner = "holochain";
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_persistence_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ hcid = "=0.0.6"
shrinkwraprs = "=0.2.1"
rust-base58 = "=0.0.4"
objekt= "=0.1.2"
holochain_json_api = "=0.0.15"
holochain_json_derive = "=0.0.15"
holochain_json_api = "=0.0.17"
holochain_json_derive = "=0.0.17"
uuid = { version = "=0.7.1", features = ["v4"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_persistence_file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_test = "=1.0.89"
multihash = "=0.8.0"
# keep version on the left hand side for release regex
holochain_persistence_api = { version = "=0.0.6", path = "../holochain_persistence_api" }
holochain_json_api = "=0.0.15"
holochain_json_api = "=0.0.17"
lazy_static = "=1.2.0"
glob = "=0.3.0"
uuid = { version = "=0.7.1", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_persistence_mem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_test = "=1.0.89"
multihash = "=0.8.0"
# keep version on the left hand side for release regex
holochain_persistence_api = { version = "=0.0.6", path = "../holochain_persistence_api" }
holochain_json_api = "=0.0.15"
holochain_json_api = "=0.0.17"
lazy_static = "=1.2.0"
glob = "=0.3.0"
uuid = { version = "=0.7.1", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_persistence_pickle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_test = "=1.0.89"
multihash = "=0.8.0"
# keep version on the left hand side for release regex
holochain_persistence_api = { version = "=0.0.6", path = "../holochain_persistence_api" }
holochain_json_api = "=0.0.15"
holochain_json_api = "=0.0.17"
lazy_static = "=1.2.0"
glob = "=0.3.0"
uuid = { version = "=0.7.1", features = ["v4"] }
Expand Down