Skip to content

Commit

Permalink
change readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Sep 30, 2023
1 parent ec971d4 commit 0bdc751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rookie-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license-file = "MIT-LICENSE.txt"
homepage = "https://crates.io/crates/rookie"
documentation = "https://docs.rs/rookie/"
repository = "https://github.com/thewh1teagle/rookie"
readme = "README.md"
readme = "../README.md"
keywords = ["windows", "cookies", "rust", "web"]

[lib]
Expand Down
2 changes: 2 additions & 0 deletions scripts/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ def increment_ver(version):
new_content = re.sub(pattern, f'version = "{new_ver}"\nedition = "2021"', content)
with toml.open('w') as f:
f.write(new_content)

# cd rookie-rs && cargo publish

0 comments on commit 0bdc751

Please sign in to comment.