Skip to content

Commit b66535c

Browse files
mxgreykoonpeng
andauthored
Support for dynamic dictionaries of buffers (#52)
Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Teo Koon Peng <[email protected]> Co-authored-by: Teo Koon Peng <[email protected]>
1 parent 0ee3fe2 commit b66535c

28 files changed

+5448
-587
lines changed

.github/workflows/ci_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
run: cargo test --features single_threaded_async
5151

5252
- name: Build docs
53-
run: cargo doc
53+
run: cargo doc --all-features
5454

macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ proc-macro = true
1616
[dependencies]
1717
syn = "2.0"
1818
quote = "1.0"
19+
proc-macro2 = "1.0.93"

0 commit comments

Comments
 (0)