mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
chore: Release
This commit is contained in:
parent
3035810f83
commit
f83ac39314
4 changed files with 7 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -779,7 +779,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|||
|
||||
[[package]]
|
||||
name = "file-serve"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mime_guess",
|
||||
|
|
|
@ -102,7 +102,7 @@ sitemap = "0.4"
|
|||
open = "5"
|
||||
dunce = "1.0.4"
|
||||
|
||||
file-serve = { version = "0.3.2", path = "crates/file-serve", optional = true }
|
||||
file-serve = { version = "0.3.3", path = "crates/file-serve", optional = true }
|
||||
notify = { version = "6", optional = true, default-features = false, features = ["macos_fsevent"] }
|
||||
|
||||
sass-rs = { version = "0.2", optional = true }
|
||||
|
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [0.3.3] - 2024-07-05
|
||||
|
||||
### Compatibility
|
||||
|
||||
- MSRV is now 1.76
|
||||
|
@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [0.1.1] - 2022-04-04
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...HEAD
|
||||
[Unreleased]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.3...HEAD
|
||||
[0.3.3]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.2...file-serve-v0.3.3
|
||||
[0.3.2]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.1...file-serve-v0.3.2
|
||||
[0.3.1]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.3.0...file-serve-v0.3.1
|
||||
[0.3.0]: https://github.com/cobalt-org/cobalt.rs/compare/file-serve-v0.2.4...file-serve-v0.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "file-serve"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "HTTP Static File Server"
|
||||
homepage = "https://github.com/cobalt-org/cobalt.rs/tree/master/crates/file-serve"
|
||||
documentation = "http://docs.rs/file-serve"
|
||||
|
|
Loading…
Reference in a new issue