From c118ac7cc6f7a40bbe700cc5688933d1b2151d77 Mon Sep 17 00:00:00 2001 From: tmontaigu Date: Tue, 22 Nov 2022 20:25:34 +0100 Subject: [PATCH] Update to laz 0.7.0 to get latest fixes --- .gitignore | 3 ++- Cargo.toml | 4 ++-- LICENSE.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 01df364..26b5fd0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ **/*.rs.bk Cargo.lock .idea -dist/ \ No newline at end of file +dist/ +__pycache__ diff --git a/Cargo.toml b/Cargo.toml index 744a199..ba0f221 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazrs" -version = "0.4.4" +version = "0.4.5" authors = ["tmontaigu "] edition = "2018" license = "MIT" @@ -12,7 +12,7 @@ name = "lazrs" crate-type = ["cdylib"] [dependencies.laz] -version = "0.6.4" +version = "0.7.0" features = ["parallel"] [dependencies.pyo3] diff --git a/LICENSE.txt b/LICENSE.txt index 7fc8851..cec2901 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Thomas Montaigu +Copyright (c) 2020-2022 Thomas Montaigu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal