File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ik-rs
2
+ ## 0.7.0
3
+ nothing
2
4
## 0.6.0
3
5
use rwlock instead of mutex
4
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ik-rs"
3
- version = " 0.6.1 "
3
+ version = " 0.7.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.6.1 -green )] ( https://crates.io/crates/ik-rs )
2
+ [ ![ Crates.io] ( https://img.shields.io/badge/crates.io-0.7.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
[ ![ Rust] ( https://github.com/blueshen/ik-rs/actions/workflows/rust.yml/badge.svg?branch=main )] ( https://github.com/blueshen/ik-rs/actions/workflows/rust.yml )
18
18
## add to Cargo.toml
19
19
``` toml
20
20
[dependencies ]
21
- ik-rs = " 0.6 .0"
21
+ ik-rs = " 0.7 .0"
22
22
```
23
23
24
24
## Chinese Segment
You can’t perform that action at this time.
0 commit comments