소스 검색

Version bump to republish

master
Dylan Baker 5 년 전
부모
커밋
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"

Loading…
취소
저장