Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2023
1 parent 6241e0d commit 402f482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watt"
version = "0.4.3"
version = "0.4.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "wasm"]
description = "Runtime for executing Rust procedural macros compiled as WebAssembly."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
//!
//! [Rust-WASM]: https://github.com/yblein/rust-wasm

#![doc(html_root_url = "https://docs.rs/watt/0.4.3")]
#![doc(html_root_url = "https://docs.rs/watt/0.4.4")]
#![allow(
clippy::cast_possible_truncation,
clippy::cast_possible_wrap,
Expand Down

0 comments on commit 402f482

Please sign in to comment.