소스 검색

Version 0.2.0

master
Dylan Baker 5 년 전
부모
커밋
9a2947d25a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml
  3. 1
    1
      src/main.rs

+ 1
- 1
Cargo.lock 파일 보기

55
 
55
 
56
 [[package]]
56
 [[package]]
57
 name = "casaubon"
57
 name = "casaubon"
58
-version = "0.1.1"
58
+version = "0.2.0"
59
 dependencies = [
59
 dependencies = [
60
  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
60
  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
61
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
61
  "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.1.1"
3
+version = "0.2.0"
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"

+ 1
- 1
src/main.rs 파일 보기

6
 
6
 
7
 fn main() {
7
 fn main() {
8
     let matches = App::new("casaubon")
8
     let matches = App::new("casaubon")
9
-        .version("0.1.1")
9
+        .version("0.2.0")
10
         .author("Dylan Baker")
10
         .author("Dylan Baker")
11
         .about("Highly opinionated static site generator")
11
         .about("Highly opinionated static site generator")
12
         .arg(
12
         .arg(

Loading…
취소
저장