new version tag
This commit is contained in:
parent
11554dee66
commit
22307711cc
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
*/target
|
*/target
|
||||||
example/**/*.rs.bk
|
example/**/*.rs.bk
|
||||||
example/Cargo.lock
|
example/Cargo.lock
|
||||||
|
.idea/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mpu6050"
|
name = "mpu6050"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
authors = ["Julian Gaal <gjulian@uos.de>"]
|
authors = ["Julian Gaal <gjulian@uos.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue