Skip to content

Commit

Permalink
Merge pull request #6393 from roc-lang/no-rlib
Browse files Browse the repository at this point in the history
Stop using "rlib"
  • Loading branch information
bhansconnect authored Jan 17, 2024
2 parents ae0e359 + f9c0d54 commit 5dd8263
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/glue/tests/fixture-templates/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ links = "app"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/false-interpreter/platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ links = "app"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/glue/rust-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links = "app"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/gui/breakout/platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.0.1"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/gui/platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.0.1"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/platform-switching/rust-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.0.1"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down
2 changes: 1 addition & 1 deletion examples/static-site-gen/platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ links = "app"
[lib]
name = "host"
path = "src/lib.rs"
crate-type = ["staticlib", "rlib"]
crate-type = ["staticlib", "lib"]

[[bin]]
name = "host"
Expand Down

0 comments on commit 5dd8263

Please sign in to comment.