Skip to content

Commit

Permalink
feat(rust): rename typo ockam-ffi crate to ockam_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Stanbrough committed Apr 6, 2021
1 parent 3f9f5ab commit 80de1e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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.1.0 - 2021-03-03
# v0.1.0 - 2021-04-05

- Initial release.
20 changes: 10 additions & 10 deletions implementations/rust/ockam/ockam_ffi/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 implementations/rust/ockam/ockam_ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ockam-ffi"
name = "ockam_ffi"
version = "0.1.0"
authors = ["Ockam Developers"]
edition = "2018"
Expand Down

0 comments on commit 80de1e7

Please sign in to comment.