Skip to content

Commit

Permalink
Merge pull request #33 from Sellig6792/develop
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
Sellig6792 committed Feb 1, 2023
2 parents 290d5b8 + 7a20352 commit 0a6ed53
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,7 +1,7 @@
[package]
name = "cprint"
description = "Cargo-like print"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Sellig6792 <sellig6792@gmail.com>"]
homepage = "https://github.com/Sellig6792/cprint"
Expand Down
2 changes: 1 addition & 1 deletion src/cprint_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ macro_rules! cprint {
#[macro_export]
macro_rules! cprintln {
($title:expr, $msg:expr, $color:expr) => {
cprint!($title, $msg, $color);
$crate::cprint!($title, $msg, $color);
println!();
};
}

0 comments on commit 0a6ed53

Please sign in to comment.