From f867a7b257dcbc48eed20ba2f606becf63179b61 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 10 Mar 2018 18:59:56 -0500 Subject: [PATCH] Update version to 0.1.3 --- nix/ofborg-carnix.nix | 2 +- ofborg/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 135e1da..2a97fa6 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -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"; diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index 13e0c67..19aa7b3 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ofborg" -version = "0.1.2" +version = "0.1.3" authors = ["Graham Christensen "] include = ["Cargo.toml", "Cargo.lock", "src", "test-srcs", "build.rs"] build = "build.rs"