Skip to content

Commit

Permalink
feat: bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jan 25, 2024
1 parent 89db9eb commit a49dc2e
Show file tree
Hide file tree
Showing 2 changed files with 9 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.

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
[package]
name = "notox"
version = "1.0.4"
authors = ["n4n5"]
version = "1.0.5"
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
categories = ["command-line-utilities"]
edition = "2021"
description = "no toxic names anymore"
license = "MIT"
homepage = "https://github.com/Its-Just-Nans/notox"
repository = "https://github.com/Its-Just-Nans/notox"
keywords = ["clean", "filenames", "file", "filesystem", "tool", "notox"]


[[bin]]
name = "notox"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit a49dc2e

Please sign in to comment.