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:
Hanno Braun 2022-04-13 14:31:54 +02:00 committed by GitHub
commit cd7912d89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -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",