This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
v0.8.1
index-subcmd
Vincent Prouillet
5 years ago
parent
1cc0295637
commit
71e149c513
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.lock
+2
-2
Cargo.toml
+ 1
- 1
Cargo.lock
View File
@@ -3168,7 +3168,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.8.
0
"
version = "0.8.
1
"
dependencies = [
"actix-files 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ 2
- 2
Cargo.toml
View File
@@ -1,7 +1,7 @@
[package]
name = "zola"
version = "0.8.
0
"
authors = ["Vincent Prouillet <
prouillet.vincent@gmail
.com>"]
version = "0.8.
1
"
authors = ["Vincent Prouillet <
hello@vincentprouillet
.com>"]
license = "MIT"
readme = "README.md"
description = "A fast static site generator with everything built-in"
Write
Preview
Loading…
Cancel
Save