Skip to content

Commit 46280e4

Browse files
add line (#2311)
1 parent 40a89e8 commit 46280e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/RustBuildTool.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private fun runCli(
2828
}
2929
}
3030
.copyTo(action)
31+
action.environment("RUSTFLAGS", "--cfg aws_sdk_unstable")
3132
action.execute()
3233
}
3334
}

0 commit comments

Comments
 (0)