Skip to content

Commit

Permalink
Merge branch 'REL-282-release-dashboard-version-update' into 'main'
Browse files Browse the repository at this point in the history
Update ic dependency version to fix issues with rollout dashboard

See merge request dfinity-lab/core/release!699
  • Loading branch information
LittleChimera committed May 12, 2023
2 parents 01b98ab + 12dce43 commit a759841
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 7,150 deletions.
5 changes: 1 addition & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C",
"link-arg=-fuse-ld=mold",
] # Enable faster linker https://github.com/rui314/mold#how-to-use
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
12 changes: 7 additions & 5 deletions rs/Cargo.toml → Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[workspace]

members = [
"cli",
"decentralization",
"ic-management-backend",
"ic-management-types",
"slack-notifications",
"rs/cli",
"rs/decentralization",
"rs/ic-management-backend",
"rs/ic-management-types",
"rs/slack-notifications",
]

resolver = "2"

[profile.release]
# Add debug information to the release build (does NOT reduce the level of optimization!)
# Makes flamegraphs and backtraces more readable.
Expand Down
Loading

0 comments on commit a759841

Please sign in to comment.