diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/memview/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -507,7 +507,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "memview" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "color-eyre", @@ -6,7 +6,7 @@ resolver = "3" edition = "2024" license = "MIT" rust-version = "1.95" -version = "1.0.0" +version = "1.0.1" [workspace.lints.rust] warnings = "deny" diff --git a/crates/memview/Cargo.toml b/crates/memview/Cargo.toml index 3c19d79..4042a67 100644 --- a/crates/memview/Cargo.toml +++ b/crates/memview/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["linux", "memory", "procfs", "tmpfs", "tui"] categories = ["command-line-utilities"] license.workspace = true readme = "../../README.md" -repository = "https://git.swarm.moe/memview" +repository = "https://git.swarm.moe/memview.git" rust-version.workspace = true version.workspace = true |