changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/skel/comp/cargo.lisp

revision 663: cc89b337384b
parent 559: e6c6713c17ff
     1.1--- a/lisp/lib/skel/comp/cargo.lisp	Sat Sep 21 18:18:14 2024 -0400
     1.2+++ b/lisp/lib/skel/comp/cargo.lisp	Sat Sep 21 22:58:22 2024 -0400
     1.3@@ -12,7 +12,7 @@
     1.4 (defparameter *default-cargo-manifest* "Cargo.toml")
     1.5 (defparameter *cargo-manifest-extension* "toml")
     1.6 
     1.7-(defclass sk-rust-system (sk-module)
     1.8+(defclass sk-rust-system (sk-mod)
     1.9   ())
    1.10 
    1.11 (defclass sk-rust-component (sk-component)