浏览代码

Version bump to republish

master
Dylan Baker 6 年前
父节点
当前提交
2d5ffb2cbf
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock 查看文件

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

+ 1
- 1
Cargo.toml 查看文件

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

正在加载...
取消
保存