File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,14 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7+
8+ ## Unreleased
9+
10+ * None
11+
12+ ## [ 0.1.0] - 2021-05-18
13+
14+ Initial release to crates.io.
15+
16+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/v0.1.0...HEAD
17+ [ 0.1.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 33//! Storage traits to allow on and off board storage devices to read and write
44//! data.
55
6+ #![ doc( html_root_url = "https://docs.rs/embedded-storage/0.1.0" ) ]
67#![ no_std]
78#![ deny( missing_docs) ]
89#![ deny( unsafe_code) ]
You can’t perform that action at this time.
0 commit comments