ソースを参照

Version bump to republish

master
Dylan Baker 4年前
コミット
2d5ffb2cbf
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock ファイルの表示

@@ -62,7 +62,7 @@ dependencies = [
62 62
 
63 63
 [[package]]
64 64
 name = "casaubon"
65
-version = "0.3.0"
65
+version = "0.3.1"
66 66
 dependencies = [
67 67
  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
68 68
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 1
Cargo.toml ファイルの表示

@@ -1,6 +1,6 @@
1 1
 [package]
2 2
 name = "casaubon"
3
-version = "0.3.0"
3
+version = "0.3.1"
4 4
 authors = ["Dylan Baker"]
5 5
 description = "A feature-poor static site generator"
6 6
 license = "MIT"

読み込み中…
キャンセル
保存