From d666060bf0cffb27024faa9cefef9b3e8279a53c Mon Sep 17 00:00:00 2001 From: tmontaigu Date: Fri, 23 Jul 2021 11:57:38 +0200 Subject: [PATCH] 0.3.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5097002..964d235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazrs" -version = "0.3.0" +version = "0.3.1" authors = ["tmontaigu "] edition = "2018" license = "MIT" @@ -12,8 +12,8 @@ name = "lazrs" crate-type = ["cdylib"] [dependencies.laz] -#version = "0.5.2" git = "https://github.com/tmontaigu/laz-rs" +rev = "fd7901ddfd083189795c4617c3450ecc028d6f15" features = ["parallel"] [dependencies.pyo3]