File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ik-rs
2
- ## 0.3.6
2
+ ## 0.5.0
3
3
performance +20%
4
4
5
5
## 0.3.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ik-rs"
3
- version = " 0.3.6 "
3
+ version = " 0.5.0 "
4
4
authors = [
" blueshen <[email protected] >" ]
5
5
license = " LGPL-2.1-only"
6
6
categories = [" database-implementations" , " data-structures" ]
Original file line number Diff line number Diff line change 1
1
<!-- Badges section here. -->
2
- [ ![ Crates.io] ( https://img.shields.io/badge/crates.io-0.3.6 -green )] ( https://crates.io/crates/ik-rs )
2
+ [ ![ Crates.io] ( https://img.shields.io/badge/crates.io-0.5.0 -green )] ( https://crates.io/crates/ik-rs )
3
3
[ ![ License] ( https://img.shields.io/badge/license-LGPL--2.1-blue )] ( ./LICENSE )
4
4
[ ![ Open Source Love] ( https://badges.frapsoft.com/os/v1/open-source.svg?v=103 )] ( https://github.com/blueshen/ik-rs/releases )
5
5
[ ![ Build Status] ( https://app.travis-ci.com/blueshen/ik-rs.svg?branch=main )] ( https://app.travis-ci.com/github/blueshen/ik-rs )
18
18
## add to Cargo.toml
19
19
``` toml
20
20
[dependencies ]
21
- ik-rs = " 0.3.6 "
21
+ ik-rs = " 0.5.0 "
22
22
```
23
23
24
24
## Chinese Segment
You can’t perform that action at this time.
0 commit comments