Skip to content

Commit

Permalink
Update xdrgen (#333)
Browse files Browse the repository at this point in the history
* Update xdrgen

* fix

* fix

* fix

* fix
  • Loading branch information
leighmcculloch authored Dec 2, 2023
1 parent b6a8a0f commit 9359828
Show file tree
Hide file tree
Showing 5 changed files with 12,954 additions and 11,210 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CARGO_HACK_ARGS=--feature-powerset --exclude-features default --group-features b

CARGO_DOC_ARGS?=--open

XDRGEN_VERSION=e90b9ee62a89f346a86ef66f889bcfd8e1a8fbcb
XDRGEN_VERSION=e2cac557162d99b12ae73b846cf3d5bfe16636de
XDRGEN_TYPES_CUSTOM_STR_IMPL=PublicKey,AccountId,MuxedAccount,MuxedAccountMed25519,SignerKey,SignerKeyEd25519SignedPayload,NodeId,ScAddress,AssetCode,AssetCode4,AssetCode12

all: build test
Expand All @@ -18,7 +18,7 @@ build: generate

doc:
cargo test --doc --all-features
RUSTDOCFLAGS="--cfg docs" cargo +nightly doc --all-features $(CARGO_DOC_ARGS)
RUSTDOCFLAGS="--cfg docs" cargo +nightly doc --package stellar-xdr --all-features $(CARGO_DOC_ARGS)

install:
cargo install --path . --force --features cli
Expand Down
Loading

0 comments on commit 9359828

Please sign in to comment.