Skip to content

Commit

Permalink
name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
willox committed May 18, 2023
1 parent 50a34a4 commit 973be09
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 William Wallace, MCHSL, aspen
Copyright (c) 2020 Sophie Wallace, MCHSL, aspen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions auxtools-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "auxtools-impl"
description = "procedural macros for use with the auxtools crate"
version = "0.1.0"
authors = ["Aspen <[email protected]>", "William Wallace <me@wiox.me>"]
authors = ["Aspen <[email protected]>", "Sophie Wallace <sophie@wiox.me>"]
license = "MIT"
repository = "https://github.com/willox/auxtools"
edition = "2018"
Expand All @@ -17,4 +17,4 @@ hex = "0.4"

[dependencies.syn]
version = "1.0"
features = ["full"]
features = ["full"]
2 changes: 1 addition & 1 deletion auxtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "auxtools"
description = "library for interfacing with low-level BYOND internals"
version = "0.1.0"
authors = ["William Wallace <me@wiox.me>"]
authors = ["Sophie Wallace <sophie@wiox.me>"]
license = "MIT"
repository = "https://github.com/willox/auxtools"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion debug_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "debug_server"
version = "2.2.4"
authors = ["William Wallace <me@wiox.me>"]
authors = ["Sophie Wallace <sophie@wiox.me>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion instruction_hooking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "instruction_hooking"
version = "1.0.0"
authors = ["William Wallace <me@wiox.me>", "Jordan Dominion <[email protected]>"]
authors = ["Sophie Wallace <sophie@wiox.me>", "Jordan Dominion <[email protected]>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion tests/auxtest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "auxtest"
version = "0.1.0"
authors = ["William Wallace <me@wiox.me>"]
authors = ["Sophie Wallace <sophie@wiox.me>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion tests/byond_get/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "byond_get"
version = "0.1.0"
authors = ["William Wallace <me@wiox.me>"]
authors = ["Sophie Wallace <sophie@wiox.me>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion tests/test_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test_runner"
version = "0.1.0"
authors = ["William Wallace <me@wiox.me>"]
authors = ["Sophie Wallace <sophie@wiox.me>"]
edition = "2018"
publish = false

Expand Down

0 comments on commit 973be09

Please sign in to comment.