зеркало из https://github.com/microsoft/com-rs.git
Merge pull request #86 from microsoft/change-author
Change author of support crate
This commit is contained in:
Коммит
39d5038cc3
|
@ -2,9 +2,8 @@ name: Testing
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test:
|
||||||
name: test
|
runs-on: windows-latest
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "com_macros_support"
|
name = "com_macros_support"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["adrianwithah <lim.weiheng.hadrian@gmail.com>"]
|
authors = ["Microsoft Corp."]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче