Skip to content

Commit d3ee9e3

Browse files
authored
Merge pull request #399 from arkedge/bind-util-repo
chore: add repository to bind-utils package metadata
2 parents 1cfbb32 + d7eebd8 commit d3ee9e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace.package]
22
version = "4.4.0"
3+
repository = "https://github.com/arkedge/c2a-core"
34

45
[workspace]
56
resolver = "2"
@@ -36,7 +37,7 @@ description = "Core of Command Centric Architecture"
3637
readme = "README.md"
3738
license = "MIT"
3839

39-
repository = "https://github.com/arkedge/c2a-core"
40+
repository.workspace = true
4041
documentation = "https://ut-issl.github.io/c2a-reference/c2a-core"
4142

4243
[lib]

library/bind-utils/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "c2a-bind-utils"
33
description = "C2Aのモジュールをbindgenするときのユーティリティ"
4+
repository.workspace = true
45
version.workspace = true
56
edition = "2021"
67

0 commit comments

Comments
 (0)