Skip to content

Commit dba9f84

Browse files
committed
Fix gcc version required by libprofiler_builtins
1 parent d7039fb commit dba9f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libprofiler_builtins/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ doc = false
1515
core = { path = "../libcore" }
1616

1717
[build-dependencies]
18-
gcc = "0.3.27"
18+
gcc = "0.3.50"

0 commit comments

Comments
 (0)