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
|
||||
example/**/*.rs.bk
|
||||
example/Cargo.lock
|
||||
.idea/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
.DS_Store
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mpu6050"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Julian Gaal <gjulian@uos.de>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
Loading…
Reference in a new issue