Skip to content

Commit d0bb930

Browse files
committed
asr: split-index
1 parent cd1e37a commit d0bb930

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
asr = { git = "https://github.com/AlexKnauth/asr", branch = "Jujstme-mono-4-split-index", features = [
9+
asr = { git = "https://github.com/AlexKnauth/asr", branch = "split-index", features = [
1010
"alloc", # Working with allocations.
1111
"derive", # Defining your own settings structs, converting endianness, and binding to .NET classes.
1212
# "flags", # Working with bit flags.

crates/ugly_widget/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ugly_widget/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
asr = { git = "https://github.com/AlexKnauth/asr", branch = "Jujstme-mono-4-split-index", features = [
9+
asr = { git = "https://github.com/AlexKnauth/asr", branch = "split-index", features = [
1010
"alloc", # Working with allocations.
1111
"derive", # Defining your own settings structs, converting endianness, and binding to .NET classes.
1212
# "flags", # Working with bit flags.

0 commit comments

Comments
 (0)