Skip to content

Commit ae7d230

Browse files
committed
rename package
1 parent 550dbe2 commit ae7d230

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "base64-rust"
3-
version = "0.1.1"
2+
name = "b64"
3+
version = "1.0.1"
44
edition = "2021"
55

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

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use clap::{Arg, ArgAction, Command};
55

66
fn main() {
77
let app = Command::new("base64")
8-
.version("1.0")
8+
.version("1.0.1")
99
.about("Encode/decode between base64 text and binary/text")
1010
.arg(
1111
Arg::new("decode_mode")

0 commit comments

Comments
 (0)