Skip to content

Commit

Permalink
1.Bug fixed: An error was reported when the language type was not spe…
Browse files Browse the repository at this point in the history
…cified in the initialization project

2.Change License to MulanPSL-2.0
  • Loading branch information
BeichenY1 committed Mar 16, 2024
1 parent 8f38e9f commit d7439d7
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 205 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
git worktree add gh-pages
git config user.name "Deploy from CI"
git config user.email ""
# be sure to copy the CNAME file
cp CNAME book/CNAME
cd gh-pages
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "ruxgo"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
authors = ["Zewei Yang <[email protected]>"]
description = "A Cargo-like build tool for building C and C++ applications"
license = "Apache-2.0"
license = "MulanPSL-2.0"
homepage = "https://github.com/syswonder/ruxgo"
repository = "https://github.com/syswonder/ruxgo"
documentation = "https://ruxgo.syswonder.org/"
Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit d7439d7

Please sign in to comment.