version 0.5
note how to build releases
This commit is contained in:
parent
9373a1cb9c
commit
15704d04e7
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "http-server"
|
name = "http-server"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = ["Damjan Georgievski <gdamjan@gmail.com>"]
|
authors = ["Damjan Georgievski <gdamjan@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -25,3 +25,9 @@ ARGS:
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
* Q: why .tar and not .zip? A: you can't stream a zip file efficiently, it needs to seek and write to the beggining of a file.
|
* Q: why .tar and not .zip? A: you can't stream a zip file efficiently, it needs to seek and write to the beggining of a file.
|
||||||
|
|
||||||
|
## Release builds
|
||||||
|
```
|
||||||
|
cargo build --release
|
||||||
|
strip --strip-unneeded ./target/release/http-server
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue