Skip to content

Commit

Permalink
fix: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
semtexzv committed Sep 14, 2023
1 parent ff7a456 commit 8b5040a
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/Cargo.lock
/.idea
!/.idea/cmake.xml
!/.idea/runConfigurations
!/.idea/runConfigurations
/vendor/
2 changes: 1 addition & 1 deletion protokit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_binformat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_binformat"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_build"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_derive"
version = "0.0.3"
edition = "2018"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_desc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_desc"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_examples"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_grpc"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_proto"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion protokit_textformat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protokit_textformat"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]
description = "Usable protocol buffers"
Expand Down
2 changes: 1 addition & 1 deletion tools/conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "conformance"
version = "0.0.3"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion tools/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fuzz"
version = "0.1.0"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]

Expand Down
2 changes: 1 addition & 1 deletion tools/gendesc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gendesc"
version = "0.1.0"
edition = "2021"
license = "MIT"
readme = "README.MD"
readme = "../README.MD"
repository = "https://github.com/semtexzv/protokit"
authors = ["<semtexzv@gmail.com>"]

Expand Down
1 change: 0 additions & 1 deletion vendor/googleapis
Submodule googleapis deleted from 2c28ce
1 change: 0 additions & 1 deletion vendor/protobuf
Submodule protobuf deleted from 434581
1 change: 0 additions & 1 deletion vendor/protoc-gen-validate
Submodule protoc-gen-validate deleted from 04e84b

0 comments on commit 8b5040a

Please sign in to comment.