Skip to content

Commit

Permalink
Fix unknown std feature.
Browse files Browse the repository at this point in the history
Prepare release 0.5.5
  • Loading branch information
diondokter committed Sep 26, 2024
1 parent b5d1b82 commit c57431b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.5.5] - 2024-09-26

- Add raw parameter to command builder.

## [0.5.4] - 2023-09-18
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "at-commands"
version = "0.5.4"
version = "0.5.5"
authors = ["Dion Dokter <diondokter@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Crate for building and parsing AT Commands

#![cfg_attr(all(not(test), not(feature = "std")), no_std)]
#![cfg_attr(not(test), no_std)]
#![deny(missing_docs)]

pub mod builder;
Expand Down

0 comments on commit c57431b

Please sign in to comment.