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.3.4
index-subcmd
Vincent Prouillet
6 years ago
parent
7d5ffac1d5
commit
a853bef933
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.lock
+1
-1
Cargo.toml
+ 1
- 1
Cargo.lock
View File
@@ -420,7 +420,7 @@ dependencies = [
[[package]]
name = "gutenberg"
version = "0.3.
3
"
version = "0.3.
4
"
dependencies = [
"chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ 1
- 1
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.3.
3
"
version = "0.3.
4
"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
license = "MIT"
readme = "README.md"
Write
Preview
Loading…
Cancel
Save