File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " s3s-policy"
3
- version = " 0.0.0 "
3
+ version = " 0.11.0-dev "
4
4
description = " S3 Policy Language"
5
+ readme = " ../../README.md"
6
+ keywords = [" s3" ]
7
+ categories = [" web-programming" , " web-programming::http-server" ]
5
8
edition.workspace = true
6
9
repository.workspace = true
7
10
license.workspace = true
Original file line number Diff line number Diff line change
1
+ #![ forbid( unsafe_code) ]
2
+ #![ deny(
3
+ clippy:: all, //
4
+ clippy:: cargo, //
5
+ clippy:: pedantic, //
6
+ clippy:: self_named_module_files, //
7
+ ) ]
8
+ #![ warn(
9
+ clippy:: dbg_macro, //
10
+ ) ]
Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ install:
29
29
30
30
sync-version :
31
31
cargo set-version -p s3s 0.11.0 -dev
32
+ cargo set-version -p s3s-policy 0.11.0 -dev
32
33
cargo set-version -p s3s-aws 0.11.0 -dev
33
34
cargo set-version -p s3s-fs 0.11.0 -dev
34
35
35
36
publish :
36
37
cargo publish -p s3s
38
+ cargo publish -p s3s-policy
37
39
cargo publish -p s3s-aws
38
40
cargo publish -p s3s-fs
You can’t perform that action at this time.
0 commit comments