File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flatdata"
3
- version = " 0.2.1 "
4
- authors = [" boxdot <d@zerovolt.org>" ]
3
+ version = " 0.3.0 "
4
+ authors = [" boxdot <d@zerovolt.org>" , " Christian Vetter <veaac.fdirct@gmail.com> " ]
5
5
license = " Apache-2.0"
6
6
description = " Rust implementation of flatdata"
7
7
repository = " https://github.com/heremaps/flatdata"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flatdata_tests_coappearances"
3
3
version = " 0.1.0"
4
- authors = [" boxdot <d@zerovolt.org>" ]
4
+ authors = [" boxdot <d@zerovolt.org>" , " Christian Vetter <veaac.fdirct@gmail.com> " ]
5
5
edition = " 2018"
6
+ publish = false
6
7
7
8
[dependencies ]
8
9
flatdata = { path = " ../../lib" }
9
10
10
11
[build-dependencies ]
11
- flatdata = { path = " ../../lib" }
12
+ flatdata = { path = " ../../lib" }
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name = "flatdata_tests_features"
3
3
version = " 0.1.0"
4
4
authors = [" Christian Vetter <veaac.fdirct@gmail.com>" ]
5
5
edition = " 2018"
6
+ publish = false
6
7
7
8
[dependencies ]
8
9
flatdata = { path = " ../../lib" }
9
10
10
11
[build-dependencies ]
11
- flatdata = { path = " ../../lib" }
12
+ flatdata = { path = " ../../lib" }
You can’t perform that action at this time.
0 commit comments