-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** This PR is the first in a series of PRs trying to solve the issue #48 by renaming `Netris` to `Nestri` to avoid Trademark legal issues.
- Loading branch information
1 parent
f05494c
commit 5c9cb8e
Showing
9 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule moq-server
updated
17 files
+1 −19 | .github/workflows/deploy.yml | |
+26 −0 | .github/workflows/release.yml | |
+6 −6 | Cargo.lock | |
+12 −0 | moq-api/CHANGELOG.md | |
+1 −1 | moq-api/Cargo.toml | |
+13 −0 | moq-clock/CHANGELOG.md | |
+1 −1 | moq-clock/Cargo.toml | |
+16 −0 | moq-dir/CHANGELOG.md | |
+1 −1 | moq-dir/Cargo.toml | |
+3 −0 | moq-dir/src/lib.rs | |
+14 −0 | moq-native/CHANGELOG.md | |
+1 −1 | moq-native/Cargo.toml | |
+2 −5 | moq-native/src/quic.rs | |
+12 −0 | moq-pub/CHANGELOG.md | |
+1 −1 | moq-pub/Cargo.toml | |
+12 −0 | moq-transport/CHANGELOG.md | |
+1 −1 | moq-transport/Cargo.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters