Skip to content

Commit

Permalink
Publish v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jan 21, 2024
1 parent 98d579f commit d74eadb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/concoct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concoct"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform UI framework"
Expand Down
4 changes: 4 additions & 0 deletions crates/concoct/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
//! }
//! }
//! ```
//!
//! ## Feature flags
//! - `full`: Enables all of the features below.
//! - `tracing`: Enables logging with the `tracing` crate.
//!

use std::borrow::Cow;
Expand Down

0 comments on commit d74eadb

Please sign in to comment.