Merge pull request #45 from phaazon/dependabot/cargo/master/simba-0.2.0

Update simba requirement from 0.1.2 to 0.2.0
This commit is contained in:
Dimitri Sabadie 2020-09-05 15:24:24 +02:00 committed by GitHub
commit 37ca7b1e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 2 deletions

View File

@ -1,3 +1,41 @@
# Changelog
<!-- vim-markdown-toc GFM -->
* [3.4.1](#341)
* [3.4](#34)
* [3.3](#33)
* [3.2](#32)
* [3.1](#31)
* [3.0](#30)
* [Major changes](#major-changes)
* [Patch changes](#patch-changes)
* [2.2](#22)
* [2.1.1](#211)
* [2.1](#21)
* [2.0.1](#201)
* [2.0](#20)
* [Major changes](#major-changes-1)
* [Minor changes](#minor-changes)
* [1.0](#10)
* [Major changes](#major-changes-2)
* [Minor changes](#minor-changes-1)
* [Patch changes](#patch-changes-1)
* [0.2.3](#023)
* [0.2.2](#022)
* [0.2.1](#021)
* [0.2](#02)
* [0.1.1](#011)
* [0.1](#01)
<!-- vim-markdown-toc -->
# 3.4.1
> Sep 05th, 2020
- Support of `simba-0.2`.
# 3.4
> Thu May 21st 2020

View File

@ -1,6 +1,6 @@
[package]
name = "splines"
version = "3.4.0"
version = "3.4.1"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Spline interpolation made easy"
@ -32,7 +32,7 @@ nalgebra = { version = ">=0.21, <0.23", optional = true }
num-traits = { version = "0.2", optional = true }
serde = { version = "1", optional = true }
serde_derive = { version = "1", optional = true }
simba = { version = "0.1.2", optional = true }
simba = { version = ">=0.1.2, <0.3", optional = true }
[dev-dependencies]
float-cmp = ">=0.6, < 0.9"