Merge pull request #59 from phaazon/release/3.5.4

Prepare 3.5.4.
This commit is contained in:
Dimitri Sabadie 2021-02-27 22:51:25 +01:00 committed by GitHub
commit e1998fda56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<!-- vim-markdown-toc GFM -->
* [3.5.4](#354)
* [3.5.3](#353)
* [3.5.2](#352)
* [3.5.1](#351)
@ -35,6 +36,12 @@
<!-- vim-markdown-toc -->
# 3.5.4
> Feb 27, 2021
- Support of `cgmath-0.18`.
# 3.5.3
> Jan 16, 2021

View File

@ -1,6 +1,6 @@
[package]
name = "splines"
version = "3.5.3"
version = "3.5.4"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"
@ -28,7 +28,7 @@ serialization = ["serde", "serde_derive"]
std = []
[dependencies]
cgmath = { version = "0.17", optional = true }
cgmath = { version = ">=0.17, <0.19", optional = true }
glam = { version = ">=0.10, <0.12", optional = true }
nalgebra = { version = ">=0.21, <0.25", optional = true }
num-traits = { version = "0.2", optional = true }