Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oligamiq committed Dec 15, 2023
1 parent 9720382 commit 7867222
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nick-name"
version = "0.1.1"
version = "0.1.2"
authors = ["oligami <[email protected]>"]
license = "MIT/Apache-2.0/BSD-3-Clause"
repository = "https://github.com/nziq53/nickname"
Expand Down
53 changes: 32 additions & 21 deletions examples/android/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions examples/common/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions examples/get.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fn main() {
let nickname = nick_name::NickName::new().unwrap();
let device_name = nickname.get().unwrap();
println!("{device_name}");
}
54 changes: 27 additions & 27 deletions examples/iphone/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7867222

Please sign in to comment.