Skip to content

Commit f37a66b

Browse files
authored
Merge pull request #127 from szabgab/patch-1
It is better to use the repository field in Cargo.toml
2 parents c811b23 + 0f8951d commit f37a66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oo-bindgen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Step Function I/O LLC <info@stepfunc.io>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "DSL-based binding geneator for C, C++, Java, and C#"
8-
homepage = "https://github.com/stepfunc/oo_bindgen/"
8+
repository = "https://github.com/stepfunc/oo_bindgen/"
99
readme = "../README.md"
1010

1111
[dependencies]
@@ -20,4 +20,4 @@ heck = "0.4"
2020
platforms = "2"
2121
serde = { version = "1.0.126", features = ["derive"] }
2222
serde_json = "1"
23-
tracing = "0.1"
23+
tracing = "0.1"

0 commit comments

Comments
 (0)