Skip to content

Commit

Permalink
Fix xdrgen version (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Nov 30, 2022
1 parent 929e49b commit e5aae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export RUSTFLAGS=-Dwarnings -Dclippy::all -Dclippy::pedantic

CARGO_HACK_ARGS=--feature-powerset --exclude-features default --group-features base64,serde,arbitrary,hex

XDRGEN_VERSION=964a9cc3
XDRGEN_VERSION=c4d72b59

all: build test

Expand Down

0 comments on commit e5aae14

Please sign in to comment.