From 775b36d312fa427e0cff7de8e7977b6e00b91b4d Mon Sep 17 00:00:00 2001 From: "Jonathan Pallant (Ferrous Systems)" Date: Thu, 25 May 2023 15:46:06 +0100 Subject: [PATCH] Updated to v0.1.0 release. --- Cargo.toml | 4 +--- README.md | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1605f8d..293e23f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,7 @@ description = "Common types for FFI in Rust on Neotron Systems" edition = "2021" license = "MIT OR Apache-2.0" name = "neotron-ffi" +readme = "README.md" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -bitflags = "2" diff --git a/README.md b/README.md index 2086683..d5ccbce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Types and functions for connection two Rust applications via a C-compatible API. ### Unreleased Changes -* First Version +* None + +### v0.1.0 + +* First version ## Licence