Closed wcampbell0x2a closed 11 months ago
type
id_type
rstest
0.18.0
Closes https://github.com/sharksforarms/deku/issues/351
syn is still built for dev-dependencies, of which alloc_counter hasn't been update in a while:
syn
dev-dependencies
alloc_counter
39 │ [dev-dependencies] 40 │ ├── alloc_counter v0.0.4 41 │ │ ├── alloc_counter_macro v0.0.2 (proc-macro) 42 │ │ │ ├── proc-macro2 v1.0.69 (*) 43 │ │ │ ├── quote v1.0.33 (*) 44 │ │ │ └── syn v1.0.109
type
for enums intoid_type
, as this is no longer accepted through the syn parser libraryrstest
to0.18.0
to rid of another syn1 depend.Closes https://github.com/sharksforarms/deku/issues/351
syn
is still built fordev-dependencies
, of whichalloc_counter
hasn't been update in a while: