Skip to content

Commit ba977b1

Browse files
boxdotgferon
authored andcommitted
flatdata-rs release 0.3 (#144)
* flatdata-rs release 0.3 Signed-off-by: boxdot <d@zerovolt.org> * Fix version info
1 parent 021a6cb commit ba977b1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

flatdata-rs/lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
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>"]
55
license = "Apache-2.0"
66
description = "Rust implementation of flatdata"
77
repository = "https://github.com/heremaps/flatdata"
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "flatdata_tests_coappearances"
33
version = "0.1.0"
4-
authors = ["boxdot <d@zerovolt.org>"]
4+
authors = ["boxdot <d@zerovolt.org>", "Christian Vetter <veaac.fdirct@gmail.com>"]
55
edition = "2018"
6+
publish = false
67

78
[dependencies]
89
flatdata = { path = "../../lib" }
910

1011
[build-dependencies]
11-
flatdata = { path = "../../lib" }
12+
flatdata = { path = "../../lib" }

flatdata-rs/tests/features/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name = "flatdata_tests_features"
33
version = "0.1.0"
44
authors = ["Christian Vetter <veaac.fdirct@gmail.com>"]
55
edition = "2018"
6+
publish = false
67

78
[dependencies]
89
flatdata = { path = "../../lib" }
910

1011
[build-dependencies]
11-
flatdata = { path = "../../lib" }
12+
flatdata = { path = "../../lib" }

0 commit comments

Comments
 (0)