Skip to content

Commit

Permalink
v0.4.9-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Romanenia committed Aug 5, 2024
1 parent aa57088 commit 21a4449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "o2o"
version = "0.4.9-alpha.2"
version = "0.4.9-alpha.3"
edition = "2021"
authors = ["Artem Romanenia <artem.romanenia@gmail.com>"]
categories = ["rust-patterns"]
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

#![doc = include_str!("../README.md")]

#[cfg(feature = "macro")]
Expand Down

0 comments on commit 21a4449

Please sign in to comment.