-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[#138] 자잘한 수정
- Loading branch information
Showing
23 changed files
with
381 additions
and
171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[workspace] | ||
members = [ | ||
"rupring", | ||
"rupring", "rupring_example", | ||
"rupring_macro" | ||
] | ||
resolver = "2" | ||
resolver = "2" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rupring" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["myyrakle <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ homepage = "https://github.com/myyrakle/rupring/blob/master/README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
rupring_macro={ version="0.8.0", path="../rupring_macro" } | ||
rupring_macro={ version="0.8.2", path="../rupring_macro" } | ||
hyper = { version = "1", features = ["full"] } | ||
tokio = { version = "1", features = ["full"] } | ||
http-body-util = "0.1.0" | ||
|
@@ -33,7 +33,3 @@ features = [ | |
"fast-rng", # Use a faster (but still sufficiently random) RNG | ||
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs | ||
] | ||
|
||
[[bin]] | ||
name = "example" | ||
path = "src/example/main.rs" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.