This commit is contained in:
Aaronepower 2016-08-01 12:22:53 +01:00
parent e4435402de
commit 0f44c5b291
5 changed files with 39 additions and 17 deletions

View File

@ -1,13 +1,22 @@
os:
- linux
- osx
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failure:
- rust: nightly
sudo: false
os:
- linux
- osx
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose --release
- cargo build --verbose --release --features io
- cargo build --verbose --release --features json
- cargo build --verbose --release --features yaml
- cargo build --verbose --release --features toml-io
- cargo build --verbose --release --features all
- cargo test --verbose --release
- cargo test --verbose --release --features all
matrix:
allow_failure:
- rust: nightly
sudo: false

View File

@ -1,3 +1,16 @@
# 4.0.0
Tokei now has a minimal version without `serde` for faster compilation.
Updated various dependencies.
Internal dependencies removed.
**Added languages**
- Handlebars
# 3.0.0
Tokei is now available as a library.

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "tokei"
version = "3.0.2"
version = "4.0.0"
dependencies = [
"clap 2.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -3,12 +3,12 @@ authors = ["Aaronepower <theaaronepower@gmail.com>"]
build = "src/lib/build.rs"
description = "Count code, quickly."
homepage = "https://aaronepower.github.io/tokei/"
include = ["src/**/*", "cli.yml", "Cargo.toml", "LICENCE-APACHE.md", "LICENCE-MIT.md"]
include = ["src/**/*", "cli.yml", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT"]
license = "MIT/Apache-2.0"
name = "tokei"
readme = "README.md"
repository = "https://github.com/Aaronepower/tokei.git"
version = "3.0.2"
version = "4.0.0"
[[bin]]
doc = false

View File

@ -5,7 +5,7 @@ about: Count Code, Quickly.
author: Aaron P. <theaaronepower@gmail.com>
bin_name: Tokei
name: Tokei
version: 3.0.2
version: 4.0.0
args:
- exclude:
help: Ignore all files & directories containing the word.