Skip to content

Commit

Permalink
Bump version to 22.0.0 (#401)
Browse files Browse the repository at this point in the history
* Bump version to 22.0.0

* jq fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
github-actions[bot] and sisuresh authored Nov 5, 2024
1 parent 72e5230 commit 7150033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-stellar-xdr"
repository = "https://github.com/stellar/rs-stellar-xdr"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "22.0.0-rc.1.1"
version = "22.0.0"
edition = "2021"
rust-version = "1.74.0"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readme:
cargo +nightly rustdoc -- -Zunstable-options -wjson \
&& echo '# stellar-xdr' \
| cat target/doc/stellar_xdr.json \
| jq -r '"# stellar-xdr\n\n" + .index[.root].docs' \
| jq -r '"# stellar-xdr\n\n" + .index[.root|tostring].docs' \
> README.md

watch:
Expand Down

0 comments on commit 7150033

Please sign in to comment.