Skip to content

Commit 69781a6

Browse files
authored
Merge pull request #12 from niklasad1/dont-specify-dependencies-based-git-url
linked_list_allocator 0.5.0 breaks backward compatibility
2 parents adf53f8 + 8071925 commit 69781a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Tock Project Developers <[email protected]>"]
55
license = "MIT/Apache-2.0"
66

77
[dependencies]
8-
linked_list_allocator = {git = "https://github.com/phil-opp/linked-list-allocator"}
8+
linked_list_allocator = "0.4.3"
99

1010
[profile.dev]
1111
panic = "abort"

0 commit comments

Comments
 (0)