mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-27 10:29:28 +00:00
Merge pull request #473 from hannobraun/export
Add `fj-export` in a bunch of places where I forgot to add it earlier
This commit is contained in:
commit
cd7912d89e
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -138,6 +138,7 @@ jobs:
|
||||
cargo run -- publish \
|
||||
--token ${{ secrets.CARGO_REGISTRY_TOKEN }} \
|
||||
--crate ../fj-app \
|
||||
--crate ../fj-export \
|
||||
--crate ../fj-host \
|
||||
--crate ../fj-interop \
|
||||
--crate ../fj-kernel \
|
||||
|
@ -3,6 +3,7 @@ resolver = "2"
|
||||
members = [
|
||||
"fj",
|
||||
"fj-app",
|
||||
"fj-export",
|
||||
"fj-host",
|
||||
"fj-interop",
|
||||
"fj-kernel",
|
||||
@ -18,6 +19,7 @@ members = [
|
||||
]
|
||||
default-members = [
|
||||
"fj-app",
|
||||
"fj-export",
|
||||
"fj-host",
|
||||
"fj-interop",
|
||||
"fj-kernel",
|
||||
|
Loading…
Reference in New Issue
Block a user