swap key renewal

This commit is contained in:
sjpark
2023-02-11 10:41:06 +09:00
parent f438dd9fd0
commit b29236da06
4 changed files with 102 additions and 66 deletions

View File

@@ -167,3 +167,8 @@ panic = 'abort'
strip = true
#opt-level = 'z' # only have smaller size after strip
rpath = true
[patch."https://github.com/fufesou/rdev"]
#rdev = { path = "../rdev" }
rdev = { git = "https://github.com/sj6219/rdev", branch = "sigma" }