Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurfaro committed Mar 7, 2024
1 parent a85e0d9 commit 38de2be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hunter"
version = "1.1.3"
version = "1.1.4"
edition = "2021"
rust-version = "1.76.0"
authors = ["Nick Furfaro <furnic@skiff.com>"]
Expand Down
1 change: 0 additions & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ mod tests {
original_token_as_bytes,
replacement,
);
dbg!(std::str::from_utf8(&original_bytes).unwrap());
assert_eq!(original_bytes, b"true");
}

Expand Down

0 comments on commit 38de2be

Please sign in to comment.