Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

bump version

tjh a613177f d68cb6b5

Changed files
+2 -2
+1 -1
Cargo.lock
··· 96 96 97 97 [[package]] 98 98 name = "um" 99 - version = "0.1.0" 99 + version = "0.2.0" 100 100 dependencies = [ 101 101 "logos", 102 102 "smallvec",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "um" 3 - version = "0.1.0" 3 + version = "0.2.0" 4 4 edition = "2021" 5 5 authors = ["tjh <14987462+thomhayward@users.noreply.github.com>"] 6 6 license = "GPL-3.0-only"