File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " captcha"
3- version = " 0.0.8 "
4- authors = [" daniel-e <git.daniele @gmail.com>" ]
3+ version = " 0.0.9 "
4+ authors = [" Daniel Etzold <detzold @gmail.com>" ]
55description = " Library for generating CAPTCHAs."
66license-file = " LICENSE.md"
77keywords = [" CAPTCHA" ]
Original file line number Diff line number Diff line change 1- Changes since 0.0.8
1+ 0.0.9
22
33- Rng for the CAPTCHA generation can be set (https://github.com/daniel-e/captcha/pull/15)
44- audio is a Rust feature that can be disabled. (https://github.com/daniel-e/captcha/pull/17)
Original file line number Diff line number Diff line change 1- Publishing to Crates.io
2- =======================
1+ # Building a Release
32
4- Do this once :
3+ If not logged in at crates.io yet :
54
65 cargo login
76
8- Once you are logged in
9- ======================
7+ Run some tests:
8+
9+ cargo build --release
10+ cargo example --release captcha
11+
12+ Update:
13+
14+ * Version in Cargo.toml
15+ * ChangeLog
16+
17+ Publish to crates.io
1018
1119 cargo publish
1220
You can’t perform that action at this time.
0 commit comments