Skip to content

Commit

Permalink
Bumped version and prep for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aosasona committed Mar 7, 2024
1 parent 7a300ac commit 536957c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "chimney"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "A simple, fast and easy to use static file server."
authors = ["Ayodeji O. <ayodeji@trulyao.dev>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/aosasona/chimney"
repository = "https://github.com/aosasona/chimney"
keywords = ["static", "file", "server", "frontend", "web"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 536957c

Please sign in to comment.