Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
eduidl committed Dec 3, 2023
1 parent 22e6e23 commit ddb255e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ members = ["crates/*", "examples"]
resolver = "2"

[workspace.package]
version = "0.7.3"
version = "0.7.4"
authors = ["Yume Hiramatsu <yuma.hiramatsu@gmail.com>"]
edition = "2021"
rust-version = "1.65.0"
repository = "https://github.com/eduidl/gz-rs"
license = "Apache-2.0"

[workspace.dependencies]
gz = { path = "./crates/gz", version = "=0.7.3" }
gz-msgs = { path = "./crates/gz-msgs", version = "=0.7.3" }
gz-msgs-build = { path = "./crates/gz-msgs-build", version = "=0.7.3" }
gz-msgs-common = { path = "./crates/gz-msgs-common", version = "=0.7.3" }
gz-msgs-derive = { path = "./crates/gz-msgs-derive", version = "=0.7.3" }
gz-transport = { path = "./crates/gz-transport", version = "=0.7.3" }
gz-transport-sys = { path = "./crates/gz-transport-sys", version = "=0.7.3" }
gz = { path = "./crates/gz", version = "=0.7.4" }
gz-msgs = { path = "./crates/gz-msgs", version = "=0.7.4" }
gz-msgs-build = { path = "./crates/gz-msgs-build", version = "=0.7.4" }
gz-msgs-common = { path = "./crates/gz-msgs-common", version = "=0.7.4" }
gz-msgs-derive = { path = "./crates/gz-msgs-derive", version = "=0.7.4" }
gz-transport = { path = "./crates/gz-transport", version = "=0.7.4" }
gz-transport-sys = { path = "./crates/gz-transport-sys", version = "=0.7.4" }
pkg-config = "0.3.27"
protobuf = "=3.3.0"
protobuf-codegen = "=3.3.0"
2 changes: 1 addition & 1 deletion crates/gz-msgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you specify any feature flag (`fortress`, `garden` or `harmonic`), the messag

```toml
[dependencies]
gz-msgs = { version = "0.7.3", features = ["garden"] }
gz-msgs = { version = "0.7.4", features = ["garden"] }
```

Otherwise, no feature flag is specified, the version is determined by using pkg-config. When multiple versions are installed, the newer version takes precedence. If you want to use an older version, set the feature flag as above.
Expand Down
2 changes: 1 addition & 1 deletion crates/gz-transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If any feature flag (`fortress`, `garden` or `harmonic`) is specified, the relat

```toml
[dependencies]
gz-transport = { version = "0.7.3", features = ["garden"] }
gz-transport = { version = "0.7.4", features = ["garden"] }
```

Otherwise, no feature flag is specified, the version if determined by using pkg-config. When multiple versions are installed, the newer version takes precedence. If you want to use an older version, set the feature flag as above.
2 changes: 1 addition & 1 deletion crates/gz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gazebo version can be specified by a feature flag (`fortress`, `garden` or `harm

```toml
[dependencies]
gz = { version = "0.7.3", features = ["garden"] }
gz = { version = "0.7.4", features = ["garden"] }
```

## Dependencies
Expand Down

0 comments on commit ddb255e

Please sign in to comment.