From 69540be33b610343f4eb6af93875682fc5c63a9f Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Tue, 10 Aug 2021 23:43:12 +0800 Subject: [PATCH] Updated the hotg-rune-native crate's version number --- Cargo.lock | 2 +- bindings/native/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68323ab222..0df5662940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "hotg-rune-native" -version = "0.1.0" +version = "0.4.1" dependencies = [ "anyhow", "build-info", diff --git a/bindings/native/Cargo.toml b/bindings/native/Cargo.toml index f83cd8f4aa..43c49410d0 100644 --- a/bindings/native/Cargo.toml +++ b/bindings/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotg-rune-native" -version = "0.1.0" +version = "0.4.1" edition = "2018" publish = false authors = ["The Rune Developers "]