1
Fork 0

new version tag

This commit is contained in:
juliangaal 2022-01-10 12:38:14 +01:00
parent 11554dee66
commit 22307711cc
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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"