mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-13 23:47:09 +00:00
chore: Release
This commit is contained in:
parent
dbc9f97319
commit
26a8c7bccf
3 changed files with 6 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -791,7 +791,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "file-serve"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mime_guess",
|
||||
|
|
|
@ -7,5 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.1.1] - 2022-04-04
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...HEAD
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.1.1...HEAD
|
||||
[0.1.1]: https://github.com/cobalt-org/cobalt.rs/compare/2030b59e4632a0a618821274205a54741dffea52...file-serve-v0.1.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "file-serve"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "HTTP Static File Server"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/cobalt-org/cobalt.rs"
|
||||
|
|
Loading…
Reference in a new issue