Skip to content

Commit

Permalink
Fixed glibc breaking change
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias de Bruijn <[email protected]>
  • Loading branch information
TobiasDeBruijn committed Mar 29, 2023
1 parent d57052c commit 3be158e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ members = [
"proto",
"dal",
]

[patch.crates-io]
libc = { git = 'https://github.com/rust-lang/libc.git', rev = "e71a4c0b1fd40050f50844e2a752576bcb6b5edb" }
3 changes: 3 additions & 0 deletions server/dal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ rand = "0.8.5"
time = "0.3.19"
proto = { version = "0.1.0", path = "../proto" }
tracing = "0.1.37"
strum = "0.24.1"
strum_macros = "0.24.3"
async-recursion = "1.0.4"

0 comments on commit 3be158e

Please sign in to comment.