Update version to 0.1.3

This commit is contained in:
Graham Christensen 2018-03-10 18:59:56 -05:00
parent bb1f62b4fe
commit f867a7b257
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ let kernel = buildPlatform.parsed.kernel.name;
) [] (builtins.attrNames feat);
in
rec {
ofborg = f: ofborg_0_1_2 { features = ofborg_0_1_2_features { ofborg_0_1_2 = f; }; };
ofborg = f: ofborg_0_1_3 { features = ofborg_0_1_3_features { ofborg_0_1_3 = f; }; };
aho_corasick_0_5_3_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
crateName = "aho-corasick";
version = "0.5.3";

View file

@ -1,6 +1,6 @@
[package]
name = "ofborg"
version = "0.1.2"
version = "0.1.3"
authors = ["Graham Christensen <graham@grahamc.com>"]
include = ["Cargo.toml", "Cargo.lock", "src", "test-srcs", "build.rs"]
build = "build.rs"