Skip to content

Commit 80de1e7

Browse files
author
Jared Stanbrough
committed
feat(rust): rename typo ockam-ffi crate to ockam_ffi
1 parent 3f9f5ab commit 80de1e7

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

implementations/rust/ockam/ockam_ffi/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ All notable changes to this crate will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# v0.1.0 - 2021-03-03
8+
# v0.1.0 - 2021-04-05
99

1010
- Initial release.

implementations/rust/ockam/ockam_ffi/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "ockam-ffi"
2+
name = "ockam_ffi"
33
version = "0.1.0"
44
authors = ["Ockam Developers"]
55
edition = "2018"

0 commit comments

Comments
 (0)