Skip to content

Commit

Permalink
Merge pull request #130 from CachedNerds/dev
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
xmclark authored Jun 24, 2018
2 parents c348212 + 524b803 commit fc25adc
Show file tree
Hide file tree
Showing 79 changed files with 2,106 additions and 2,349 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea/

*.iml
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,3 @@ after_success:
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID;
fi
branches:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
- dev
88 changes: 88 additions & 0 deletions hatch/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions hatch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "hatch"
version = "0.1.0"
authors = ["technetos <mrgould93@gmail.com>"]
version = "0.2.0"
authors = ["technetos <mrgould93@gmail.com>", "dannypeck <danieljpeck93@gmail.com>", "xmclark <mackenzie.a.z.c@gmail.com>"]

[dependencies]
clap = "2"
clap = {version = "2", features = ["yaml"]}
yaml-rust = "0.3"
git2 = "0.6"
failure = "0.1.1"
os_info = "0.7.0"
reqwest = "0.8.4"
serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.7"
160 changes: 0 additions & 160 deletions hatch/src/assets/builder.rs

This file was deleted.

Loading

0 comments on commit fc25adc

Please sign in to comment.