Skip to content

Commit f04f77b

Browse files
author
github-actions[bot]
committed
chore: bump crate version (minor)
1 parent fc4c030 commit f04f77b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
[workspace.dependencies]
88
bytemuck = "1.15.0"
99
async-trait = { version = "0.1.85", default-features = true }
10-
fcb_core = { version = "0.1.0", path = "fcb_core" }
10+
fcb_core = { version = "0.2.0", path = "fcb_core" }
1111
flatbuffers = "24.3.25"
1212
byteorder = "1.5.0"
1313
cjseq = { package = "cjseq2", version = "0.1.0" }

src/rust/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcb_cli"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

src/rust/fcb_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcb_api"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[lib]

src/rust/fcb_api/src/openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["info@3dbag.nl"]
55
description = "The [3DBAG](https://3dbag.nl) is an up-to-date dataset containing 3D building models of the Netherlands. The 3DBAG is open data. It contains 3D models at multiple levels of detail, which are generated by combining two open data sets: the building data from the BAG and the height data from the AHN. The 3DBAG is updated regularly, keeping it up-to-date with the latest openly available building stock and elevation information. The 3DBAG is maintained by the 3D geoinformation group and 3DGI. Copyright (c) 2023 TU Delft 3D geoinformation group, Ravi Peters (3DGI), and Balázs Dukai (3DGI)"
66
license = "CC-BY-4.0"

src/rust/fcb_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcb_core"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Hidemichi Baba <baba.papa1120.ba@gmail.com>"]
66
license = "MIT"

src/rust/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcb_wasm"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55

66

0 commit comments

Comments
 (0)