Skip to content

Commit

Permalink
update wasm-bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
mz committed Apr 25, 2020
1 parent 18117d2 commit 80ad12b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Cargo.lock
/.vscode
/wasm
/tests
.idea

/www/node_modules
/www/dist
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubic_spline"
version = "0.9.1"
version = "0.9.2"
authors = ["mz <[email protected]>"]
edition = "2018"
description = "Function that calculates curve points for cubic spline"
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
[dependencies]

#[cfg(target_arch = "wasm32")]
wasm-bindgen = "0.2.58"
wasm-bindgen = "0.2.60"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Interpolation methods for computation of cubic spline points within the range of a discrete set of known points.

[Online documentation](https://docs.rs/cubic_spline/0.9.1/cubic_spline/)
[Online documentation](https://docs.rs/cubic_spline/0.9.2/cubic_spline/)
<br />
[Demo](https://emgyrz.github.io/cubic_spline/)

Expand Down

0 comments on commit 80ad12b

Please sign in to comment.