We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c71b4 commit c5b2245Copy full SHA for c5b2245
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bin-encode-decode"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2024"
5
authors = ["ltpp-universe <root@ltpp.vip>"]
6
license = "MIT"
@@ -25,4 +25,4 @@ lto = true
25
panic = "unwind"
26
debug = false
27
codegen-units = 1
28
-strip = "debuginfo"
+strip = "debuginfo"
sh/publish.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-cargo publish --allow-dirty;
+cargo publish --allow-dirty;
sh/test.sh
@@ -1,4 +1,4 @@
clear;
# Display Output
-cargo test -- --nocapture;
+cargo test -- --nocapture;
0 commit comments