Skip to content

Commit

Permalink
fix cargo publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLocal committed Jun 23, 2024
1 parent 649b856 commit 6671eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2021"
authors = ["shiben"]
description = "ZLMediaKit rust api"
repository = "https://github.com/benshi/rszlm"
repository = "https://github.com/BenLocal/rszlm"
keywords = ["zlm", "zlmediakit", "rszlm"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rszlm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = ["shiben"]
description = "ZLMediaKit rust ffi api"
repository = "https://github.com/benshi/rszlm"
repository = "https://github.com/BenLocal/rszlm"
keywords = ["zlm", "zlmediakit", "rszlm"]

[dependencies]
Expand Down

0 comments on commit 6671eb1

Please sign in to comment.