Skip to content

Commit c5b2245

Browse files
committed
feat: v0.1.2
1 parent 31c71b4 commit c5b2245

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -25,4 +25,4 @@ lto = true
2525
panic = "unwind"
2626
debug = false
2727
codegen-units = 1
28-
strip = "debuginfo"
28+
strip = "debuginfo"

sh/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
cargo publish --allow-dirty;
2+
cargo publish --allow-dirty;

sh/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
clear;
33
# Display Output
4-
cargo test -- --nocapture;
4+
cargo test -- --nocapture;

0 commit comments

Comments
 (0)