Skip to content

Commit

Permalink
Update to laz 0.7.0 to get latest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Nov 22, 2022
1 parent 5ad61a3 commit c118ac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/*.rs.bk
Cargo.lock
.idea
dist/
dist/
__pycache__
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazrs"
version = "0.4.4"
version = "0.4.5"
authors = ["tmontaigu <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ name = "lazrs"
crate-type = ["cdylib"]

[dependencies.laz]
version = "0.6.4"
version = "0.7.0"
features = ["parallel"]

[dependencies.pyo3]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c118ac7

Please sign in to comment.