Skip to content

Commit

Permalink
Merge pull request #140 from myyrakle/feat/#138
Browse files Browse the repository at this point in the history
[#138] 자잘한 수정
  • Loading branch information
myyrakle authored Aug 28, 2024
2 parents d6a5a15 + c833016 commit c9f2ed6
Show file tree
Hide file tree
Showing 23 changed files with 381 additions and 171 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rupring

![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.8.1-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE)
![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.8.2-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rupring/blob/master/LICENSE)

spring on rust

Expand Down
8 changes: 2 additions & 6 deletions rupring/Cargo.toml
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]>"]
Expand All @@ -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"
Expand All @@ -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"
28 changes: 0 additions & 28 deletions rupring/src/example/domains/users/interface.rs

This file was deleted.

Loading

0 comments on commit c9f2ed6

Please sign in to comment.