3 Commits
3.5 ... 3.5.1

Author SHA1 Message Date
ab543b61e8 Merge pull request #54 from phaazon/dependabot/cargo/master/glam-0.11
Update glam requirement from 0.10 to 0.11
2020-12-05 16:39:28 +01:00
73df77380b Prepare 3.5.1. 2020-12-05 16:34:56 +01:00
08bcf902a4 Update glam requirement from 0.10 to 0.11
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Release notes](https://github.com/bitshifter/glam-rs/releases)
- [Changelog](https://github.com/bitshifter/glam-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitshifter/glam-rs/compare/0.10.0...0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-25 20:41:04 +00:00
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<!-- vim-markdown-toc GFM -->
* [3.5.1](#351)
* [3.5](#35)
* [3.4.2](#342)
* [3.4.1](#341)
@ -32,6 +33,12 @@
<!-- vim-markdown-toc -->
# 3.5.1
> Dec 5th, 2020
- Support of `glam-0.11`.
# 3.5
> Nov 23rd, 2020

View File

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