Skip to content

Commit

Permalink
feat(rust): ockam crate release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Stanbrough committed Feb 5, 2021
1 parent 262a0e1 commit 7641e5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this crate will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.0.0 - 2021-02-03
## v0.1.0 - 2021-02-04
### Added

- This document and other meta-information documents.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam/Cargo.lock

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

6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ default = ["std"]
std = ["ockam_node"]

[dependencies]
ockam_core = {path = "../ockam_core", version = "*"}
ockam_node = {path = "../ockam_node", version = "*", optional = true}
ockam_node_attribute = {path = "../ockam_node_attribute", version = "*"}
ockam_core = {path = "../ockam_core", version = "0.2.0"}
ockam_node = {path = "../ockam_node", version = "0.1.2", optional = true}
ockam_node_attribute = {path = "../ockam_node_attribute", version = "0.1.3"}
hex = "0.4"
hashbrown = "0.9.1"

Expand Down

0 comments on commit 7641e5c

Please sign in to comment.